diff --git a/models/config.go b/models/config.go index dcc5c82..05354f5 100644 --- a/models/config.go +++ b/models/config.go @@ -15,8 +15,8 @@ type Guardian struct { type Basic struct { Timeout uint `json:"timeout"` Interfaces string `json:"interfaces"` - DemoMode bool `json:"demo_mode"` - SkipNetCheck bool `json:"skip_net_check"` + DemoMode bool `json:"demo_mode" yaml:"demo_mode"` + SkipNetCheck bool `json:"skip_net_check" yaml:"skip_net_check"` } type Settings struct {