all repos — elgit @ fc65017b75f46e02bb32f43dce61fcea8090f785

fork of legit: web frontend for git, written in go

config: fix yaml
Anirudh Oppiliappan x@icyphox.sh
Mon, 19 Dec 2022 09:57:25 +0530
commit

fc65017b75f46e02bb32f43dce61fcea8090f785

parent

df0962a39ebef3853cbe90b3f7b07f7d2fce96d6

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M config/config.goconfig/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"`