Default user is postgres
This commit is contained in:
parent
2a9b7b1414
commit
aac2d852ca
2
Makefile
2
Makefile
@ -70,7 +70,7 @@ build: dep
|
|||||||
HOST_NAME = localhost
|
HOST_NAME = localhost
|
||||||
PORT = 5432
|
PORT = 5432
|
||||||
NAME =
|
NAME =
|
||||||
USER = vulcanize
|
USER = postgres
|
||||||
CONNECT_STRING=postgresql://$(USER)@$(HOST_NAME):$(PORT)/$(NAME)?sslmode=disable
|
CONNECT_STRING=postgresql://$(USER)@$(HOST_NAME):$(PORT)/$(NAME)?sslmode=disable
|
||||||
|
|
||||||
# Parameter checks
|
# Parameter checks
|
||||||
|
Loading…
Reference in New Issue
Block a user