mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
feat: use settings file to predefine nodes #169
This commit is contained in:
parent
b429c15893
commit
a689608bdb
7 changed files with 191 additions and 48 deletions
|
@ -3,3 +3,7 @@ package settings
|
|||
type Cluster struct {
|
||||
Node []string `ini:",,allowshadow"`
|
||||
}
|
||||
|
||||
var ClusterSettings = Cluster{
|
||||
Node: []string{},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue