diff --git a/mux.go b/mux.go index 0fa5655..6d853f3 100644 --- a/mux.go +++ b/mux.go @@ -16,12 +16,12 @@ import ( var Config = struct { Path string Listen string - TLS bool Log string CPUProfile string - Debug bool + TLS bool AppendOnly bool Prometheus bool + Debug bool }{ Path: "/tmp/restic", Listen: ":8000",