diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-19 09:57:25 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-19 09:57:25 +0530 |
commit | fc65017b75f46e02bb32f43dce61fcea8090f785 (patch) | |
tree | 14a5a8657e6d9c65d4d4c9ffea120528bd3ea1cd /config | |
parent | df0962a39ebef3853cbe90b3f7b07f7d2fce96d6 (diff) | |
download | legit-fc65017b75f46e02bb32f43dce61fcea8090f785.tar.gz legit-fc65017b75f46e02bb32f43dce61fcea8090f785.tar.bz2 legit-fc65017b75f46e02bb32f43dce61fcea8090f785.zip |
config: fix yaml
Diffstat (limited to 'config')
-rw-r--r-- | config/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
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"` |