From 804a0df0d5b8bdb3788b6d33d5ec1ddeccff6f7c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 1 Sep 2021 16:59:40 +0200 Subject: [PATCH] Update config.json --- conf/config.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/conf/config.json b/conf/config.json index dc62c83..3f3996a 100644 --- a/conf/config.json +++ b/conf/config.json @@ -3,11 +3,10 @@ "secret": "__SECRET__", "database": "postgres", "port": "__PORT__", - "admin__username":"__ADMIN__", - "admin__password":"__PASSWORD__", - "admin__password__confirm":"__PASSWORD__", - "trust_proxy": true, - "isCluster": false, + "admin:username": "__ADMIN__", + "admin:password": "__PASSWORD__", + "admin:password:confirm": "__PASSWORD__", + "admin:email": "admin@__DOMAIN__", "postgres": { "host": "localhost", "port": "5432",