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:
parent
a20c6350a2
commit
a7c4d6d26e
@ -40,7 +40,7 @@
|
|||||||
"hashrateWindow": 300
|
"hashrateWindow": 300
|
||||||
},
|
},
|
||||||
"adminCenter": {
|
"adminCenter": {
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"password": "password"
|
"password": "password"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user