From a7c4d6d26e00d247e2c41c75c210cbb8bc0a12db Mon Sep 17 00:00:00 2001 From: IeM Date: Tue, 6 Feb 2018 17:05:50 +0100 Subject: [PATCH] Update config_example.json Because of the default static password we should disable the admin center to protect installations with the default configuration. --- config_example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_example.json b/config_example.json index a801998..e173103 100644 --- a/config_example.json +++ b/config_example.json @@ -40,7 +40,7 @@ "hashrateWindow": 300 }, "adminCenter": { - "enabled": true, + "enabled": false, "password": "password" } },