Default user is postgres

This commit is contained in:
anon 2019-04-10 18:18:58 -04:00
parent 2a9b7b1414
commit aac2d852ca

View File

@ -70,7 +70,7 @@ build: dep
HOST_NAME = localhost
PORT = 5432
NAME =
USER = vulcanize
USER = postgres
CONNECT_STRING=postgresql://$(USER)@$(HOST_NAME):$(PORT)/$(NAME)?sslmode=disable
# Parameter checks