From 8a8f292bf167fcb3a05be55b9c3cc05d0ec65850 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 13 Apr 2021 22:59:33 +0200 Subject: [PATCH] Update config.json --- conf/config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/config.json b/conf/config.json index 7790af5..e7a4c67 100644 --- a/conf/config.json +++ b/conf/config.json @@ -3,6 +3,7 @@ "port": __PORT__, "dbtype": "postgres", "dbconfig": "postgres://__DB_NAME__:__DB_PWD__@localhost/__DB_NAME__?sslmode=disable&connect_timeout=10", + "postgres_dbconfig": "dbname=focalboard sslmode=disable", "useSSL": false, "webpath": "./pack", "filespath": "./files", @@ -11,3 +12,7 @@ "session_refresh_time": 18000, "localOnly": false } + + +"dbtype": "postgres", +"dbconfig": "postgres://__DB_NAME__:__DB_PWD__@localhost/__DB_NAME__?sslmode=disable&connect_timeout=10",