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",