mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
refactor(preference): show more settings
This commit is contained in:
parent
59947a35db
commit
a0c005f314
17 changed files with 400 additions and 213 deletions
|
@ -3,7 +3,7 @@ package settings
|
|||
import "github.com/uozi-tech/cosy/settings"
|
||||
|
||||
type Cluster struct {
|
||||
Node []string `ini:",,allowshadow"`
|
||||
Node []string `json:"node" ini:",,allowshadow"`
|
||||
}
|
||||
|
||||
var ClusterSettings = &Cluster{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue