summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e12d79d..53e0529 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ $(BINARY): $(SOURCES)
.PHONY: run
run: $(BINARY)
- ./$(BINARY) 2>>/tmp/pgqt.log
+ ./$(BINARY) postgres://postgres:password@localhost/postgres?sslmode=disable 2>>/tmp/pgqt.log
.PHONY: clean
clean: