Move backends to cmd args, allow setting private key seed via parameter or ENV var
This commit is contained in:
@@ -44,5 +44,7 @@ type Policy struct {
|
||||
|
||||
Rules []Rule `yaml:"rules"`
|
||||
|
||||
// Backends
|
||||
// Deprecated
|
||||
Backends map[string]string `json:"backends"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user