Update config_example.json

Because of the default static password we should disable the admin center to protect installations with the default configuration.
This commit is contained in:
IeM 2018-02-06 17:05:50 +01:00 committed by GitHub
parent a20c6350a2
commit a7c4d6d26e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@
"hashrateWindow": 300
},
"adminCenter": {
"enabled": true,
"enabled": false,
"password": "password"
}
},