all repos — legit @ fc65017b75f46e02bb32f43dce61fcea8090f785

web frontend for git, written in go

config: fix yaml

commit

fc65017b75f46e02bb32f43dce61fcea8090f785

parent

df0962a39ebef3853cbe90b3f7b07f7d2fce96d6

1 file changed, 1 insertion(+), 1 deletion(-)

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