From 74dbecf1c413ba784d66d674e515f1d7e72e33cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 25 Mar 2021 17:22:52 +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 63412f9..a28126f 100644 --- a/conf/config.json +++ b/conf/config.json @@ -1,7 +1,7 @@ { "url": "https://__DOMAIN__", "secret": "__SECRET__", - "database": "mongo", + "database": "postgres", "port": "__PORT__", "postgres": { "host": "127.0.0.1",