mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
Optimize Config struct (maligned)
This commit is contained in:
parent
cd62c2bceb
commit
cbe5cf5c74
1 changed files with 1 additions and 1 deletions
2
mux.go
2
mux.go
|
@ -18,9 +18,9 @@ var Config = struct {
|
||||||
Listen string
|
Listen string
|
||||||
Log string
|
Log string
|
||||||
CPUProfile string
|
CPUProfile string
|
||||||
TLS bool
|
|
||||||
TLSKey string
|
TLSKey string
|
||||||
TLSCert string
|
TLSCert string
|
||||||
|
TLS bool
|
||||||
AppendOnly bool
|
AppendOnly bool
|
||||||
Prometheus bool
|
Prometheus bool
|
||||||
Debug bool
|
Debug bool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue