This commit is contained in:
2021-07-12 19:10:25 +02:00
parent dd6e618161
commit b9b8857bf4
3 changed files with 42 additions and 1056 deletions

View File

@@ -19,6 +19,7 @@ var VERBOSE bool = false
var CRON_LEAN bool = false
type Config struct {
Extras interface{} `yaml:"extras"`
Locations map[string]Location `yaml:"locations"`
Backends map[string]Backend `yaml:"backends"`
}