mirror of
https://github.com/kvazar-network/keva-stratum.git
synced 2025-01-27 07:14:50 +00:00
Add option to disable Web-UI
This commit is contained in:
parent
a4249cdb0d
commit
c1a78f5d3d
@ -37,6 +37,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"frontend": {
|
"frontend": {
|
||||||
|
"enabled": true,
|
||||||
"listen": "0.0.0.0:8082",
|
"listen": "0.0.0.0:8082",
|
||||||
"login": "admin",
|
"login": "admin",
|
||||||
"password": "",
|
"password": "",
|
||||||
|
@ -39,6 +39,7 @@ type Upstream struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type Frontend struct {
|
type Frontend struct {
|
||||||
|
Enabled bool `json:"enabled"`
|
||||||
Listen string `json:"listen"`
|
Listen string `json:"listen"`
|
||||||
Login string `json:"login"`
|
Login string `json:"login"`
|
||||||
Password string `json:"password"`
|
Password string `json:"password"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user