config: fix yaml

This commit is contained in:
Anirudh Oppiliappan 2022-12-19 09:57:25 +05:30
parent df0962a39e
commit fc65017b75
No known key found for this signature in database
GPG Key ID: 8A93F96F78C5D4C4
1 changed files with 1 additions and 1 deletions

View File

@ -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"`