added a feature for private repositories

This commit is contained in:
Mebus 2017-11-25 19:24:11 +01:00 committed by Zlatko Čalušić
parent f99197dcf9
commit 6c846f856c
3 changed files with 75 additions and 0 deletions

1
mux.go
View file

@ -22,6 +22,7 @@ var Config = struct {
TLSCert string
TLS bool
AppendOnly bool
PrivateRepos bool
Prometheus bool
Debug bool
}{