aboutsummaryrefslogtreecommitdiff
path: root/config/config.go
diff options
context:
space:
mode:
authorAnirudh Oppiliappan <x@icyphox.sh>2022-12-19 09:57:25 +0530
committerAnirudh Oppiliappan <x@icyphox.sh>2022-12-19 09:57:25 +0530
commitfc65017b75f46e02bb32f43dce61fcea8090f785 (patch)
tree14a5a8657e6d9c65d4d4c9ffea120528bd3ea1cd /config/config.go
parentall: no more pretty urls (diff)
downloadlegitrx-fc65017b75f46e02bb32f43dce61fcea8090f785.tar.gz
legitrx-fc65017b75f46e02bb32f43dce61fcea8090f785.tar.zst
legitrx-fc65017b75f46e02bb32f43dce61fcea8090f785.zip
config: fix yaml
Diffstat (limited to '')
-rw-r--r--config/config.go2
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"`