mirror of
https://github.com/restic/rest-server.git
synced 2026-09-25 13:31:31 -07:00
Optimize Config struct (maligned)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user