all repos — elgit @ 878a52408ce37668d57284a344102e810b44b63e

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

add config options for atreugo

Alan Pearce
commit

878a52408ce37668d57284a344102e810b44b63e

parent

5cbb4fc46c7a909a0491f4aa8b841177c3de5929

1 file changed, 5 insertions(+), 3 deletions(-)

changed files
M config/config.goconfig/config.go
@@ -20,9 +20,11 @@ Description string `yaml:"description"`
} type Server struct { - Name string `yaml:"name,omitempty"` - Host string `yaml:"host"` - Port int64 `yaml:"port"` + Name string `yaml:"name,omitempty"` + Host string `yaml:"host"` + Port int64 `yaml:"port"` + Compress bool `yaml:"compress"` + Development bool `yaml:"development"` } type Config struct {