config: fix yaml
This commit is contained in:
parent
df0962a39e
commit
fc65017b75
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ type Config struct {
|
||||||
Description string `yaml:"description"`
|
Description string `yaml:"description"`
|
||||||
} `yaml:"meta"`
|
} `yaml:"meta"`
|
||||||
Server struct {
|
Server struct {
|
||||||
Name string `yaml:"fqdn,omitempty"`
|
Name string `yaml:"name,omitempty"`
|
||||||
Host string `yaml:"host"`
|
Host string `yaml:"host"`
|
||||||
Port int `yaml:"port"`
|
Port int `yaml:"port"`
|
||||||
} `yaml:"server"`
|
} `yaml:"server"`
|
||||||
|
|
Loading…
Reference in a new issue