add option to secify tls cert and tls key as params

fix  #35
This commit is contained in:
n0npax 2017-11-23 20:07:39 +01:00 committed by Zlatko Čalušić
parent 1bc1698f4e
commit b786c5d1cc
4 changed files with 111 additions and 9 deletions

2
mux.go
View file

@ -19,6 +19,8 @@ var Config = struct {
Log string
CPUProfile string
TLS bool
TLSKey string
TLSCert string
AppendOnly bool
Prometheus bool
Debug bool