config: fix yaml
Anirudh Oppiliappan x@icyphox.sh
Mon, 19 Dec 2022 09:57:25 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
config/config.go
→
config/config.go
@@ -22,7 +22,7 @@ Title string `yaml:"title"`
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"`