From 13f9cb12d619b962a967703ac355c61a09e837dc Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 31 Aug 2021 16:37:57 +0200 Subject: [PATCH] Update config.json --- conf/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/config.json b/conf/config.json index f894a80..85ba070 100644 --- a/conf/config.json +++ b/conf/config.json @@ -2,8 +2,7 @@ "url": "https://__DOMAIN__", "secret": "__SECRET__", "port": "__PORT__", - "database": "postgres", - + "database": "redis", "redis": { "host": "127.0.0.1", "port": "6379",