all repos — elgit @ df0962a39ebef3853cbe90b3f7b07f7d2fce96d6

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

all: no more pretty urls

commit

df0962a39ebef3853cbe90b3f7b07f7d2fce96d6

parent

232a3603a6dc67537109cec06e738b596265475c

1 file changed, 1 insertion(+), 6 deletions(-)

changed files
M config/config.goconfig/config.go
@@ -21,13 +21,8 @@ Meta struct {
Title string `yaml:"title"` Description string `yaml:"description"` } `yaml:"meta"` - Misc struct { - GoImport struct { - PrettyURL string `yaml:"prettyURL"` - } `yaml:"goImport"` - } `yaml:"misc"` Server struct { - FQDN string `yaml:"fqdn,omitempty"` + Name string `yaml:"fqdn,omitempty"` Host string `yaml:"host"` Port int `yaml:"port"` } `yaml:"server"`