From aac2d852ca8d71c1ce96650edfc999f4f444faab Mon Sep 17 00:00:00 2001 From: anon Date: Wed, 10 Apr 2019 18:18:58 -0400 Subject: [PATCH] Default user is postgres --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a46a8e2b..806febaf 100644 --- a/Makefile +++ b/Makefile @@ -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