config: fix yaml
This commit is contained in:
parent
df0962a39e
commit
fc65017b75
|
@ -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"`
|
||||
|
|
Loading…
Reference in New Issue