From ce64889905dc8d57be633c270d9116a8f4fd324c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 16 Mar 2022 23:15:35 +0100 Subject: [PATCH] Update config.json --- conf/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.json b/conf/config.json index bf4b79d..c30e644 100644 --- a/conf/config.json +++ b/conf/config.json @@ -7,7 +7,7 @@ "postgres": { "host": "localhost", "port": "5432", - "username": "__DB_NAME__", + "username": "__DB_USER__", "password": "__DB_PWD__", "database": "__DB_NAME__" }