From 4e4e4c0ab972eae2c64cfba1a02589994349087a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 31 Aug 2021 18:39:28 +0200 Subject: [PATCH] Update config.json --- conf/config.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/conf/config.json b/conf/config.json index 767192c..389039a 100644 --- a/conf/config.json +++ b/conf/config.json @@ -2,9 +2,10 @@ "url": "http://127.0.0.1:__PORT__", "secret": "__SECRET__", "port": "__PORT__", - "admin:username": "__ADMIN__", - "admin:password": "__PASSWORD__", - "admin:password:confirm": "__PASSWORD__", + "admin__username": "__ADMIN__", + "admin__password": "__PASSWORD__", + "export admin__password__confirm": "__PASSWORD__", + "database": "redis", "redis": { "host": "127.0.0.1",