🧼: remove comment [ci skip]
parent
92fda0070c
commit
c830b80269
|
@ -17,7 +17,7 @@ type Settings struct {
|
||||||
Branding Branding `json:"branding"`
|
Branding Branding `json:"branding"`
|
||||||
Commands map[string][]string `json:"commands"`
|
Commands map[string][]string `json:"commands"`
|
||||||
Shell []string `json:"shell"`
|
Shell []string `json:"shell"`
|
||||||
Rules []rules.Rule `json:"rules"` // TODO: use this add to cli
|
Rules []rules.Rule `json:"rules"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Server settings.
|
// Server settings.
|
||||||
|
|
Loading…
Reference in New Issue