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