From 51ed3551c787f4033c6be94826dbb1c4bf65d1d6 Mon Sep 17 00:00:00 2001 From: MirnaM Date: Tue, 30 Apr 2019 09:19:52 +0200 Subject: [PATCH] Use default postgres port --- app/config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/config.json b/app/config/config.json index 4f861ea..02fde8e 100644 --- a/app/config/config.json +++ b/app/config/config.json @@ -3,7 +3,7 @@ "username": "docker", "password": "docker", "database": "marketalerts", - "port": "32776", + "port": "5432", "dialect": "postgres" }, "test": {