diff --git a/config/config.go b/config/config.go index 743b2f5..8632af8 100644 --- a/config/config.go +++ b/config/config.go @@ -22,7 +22,7 @@ type Config struct { Description string `yaml:"description"` } `yaml:"meta"` Server struct { - Name string `yaml:"fqdn,omitempty"` + Name string `yaml:"name,omitempty"` Host string `yaml:"host"` Port int `yaml:"port"` } `yaml:"server"`