Further config improvements

This commit is contained in:
Bolke de Bruin 2020-07-21 10:36:25 +02:00
parent 097a2deca7
commit 55df8df3bc
2 changed files with 6 additions and 5 deletions

View file

@ -17,7 +17,7 @@ type ServerConfig struct {
CertFile string
KeyFile string
Hosts []string
EnableOverride bool
RoundRobin bool
}
type OpenIDConfig struct {