diff --git a/gorush/config.go b/gorush/config.go index f56117c..9ea2fee 100644 --- a/gorush/config.go +++ b/gorush/config.go @@ -16,7 +16,7 @@ type ConfYaml struct { type SectionCore struct { Port string `yaml:"port"` NotificationMax int `yaml:"notification_max"` - Mode string `yaml:"mode"` + Mode string `yaml:"mode"` SSL bool `yaml:"ssl"` CertPath string `yaml:"cert_path"` KeyPath string `yaml:"key_path"`