From e7e7eaf98413cd24e32218008f4b2ef68a997d82 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 19 Feb 2022 10:40:38 +0100 Subject: [PATCH] Update settings.json --- conf/settings.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/conf/settings.json b/conf/settings.json index fd6a11a..640d289 100644 --- a/conf/settings.json +++ b/conf/settings.json @@ -4,7 +4,5 @@ "address": "127.0.0.1", "log": "stdout", "database": "__FINALPATH__/database.db", - "root": "__DATADIR__", - "username": "__ADMIN__", - "password": "__PASSWORD__" + "root": "__DATADIR__" } \ No newline at end of file