From 3b2661b5ce627b51df17d04763631f23dac289c7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 2 Sep 2021 13:56:28 +0200 Subject: [PATCH] Update config.json --- conf/config.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf/config.json b/conf/config.json index 59bca73..bf4b79d 100644 --- a/conf/config.json +++ b/conf/config.json @@ -4,10 +4,6 @@ "database": "postgres", "port": "__PORT__", "bind_address": "127.0.0.1", - "admin:username": "__ADMIN__", - "admin:password": "__PASSWORD__", - "admin:password:confirm": "__PASSWORD__", - "admin:email": "admin@__DOMAIN__", "postgres": { "host": "localhost", "port": "5432",