From 99c8f0d1660001a7fcb8b0f1c0e4cf93cf5d8583 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 3 Oct 2021 16:30:14 +0200 Subject: [PATCH] Update config.yml --- conf/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.yml b/conf/config.yml index 7a4191b..a6e20b1 100644 --- a/conf/config.yml +++ b/conf/config.yml @@ -9,7 +9,7 @@ ## This setting is MANDATORY, unless 'database_url' is used. ## db: - user: __DB_NAME__ + user: __DB_USER__ password: __DB_PWD__ host: localhost port: 5432