Browse Source

config: remove AgentBackend

deprecated by 7152f6ccd4f048eefa106ce9927bc609b37e4429
yearski 2 years ago
parent
commit
67f5eff181
1 changed files with 0 additions and 1 deletions
  1. 0 1
      config/config.go

+ 0 - 1
config/config.go

@@ -42,7 +42,6 @@ type ServerConfig struct {
 	AllowedOrigin         string `yaml:"allowedorigin"`
 	NodeID                string `yaml:"nodeid"`
 	RestBackend           string `yaml:"restbackend"`
-	AgentBackend          string `yaml:"agentbackend"`
 	MessageQueueBackend   string `yaml:"messagequeuebackend"`
 	DNSMode               string `yaml:"dnsmode"`
 	DisableRemoteIPCheck  string `yaml:"disableremoteipcheck"`