mirror of https://github.com/status-im/consul.git
agent: remove unused config variable
This commit is contained in:
parent
c283754381
commit
28bd9810a7
|
@ -108,9 +108,6 @@ type Config struct {
|
||||||
// resolve non-consul domains
|
// resolve non-consul domains
|
||||||
DNSRecursors []string `mapstructure:"recursors"`
|
DNSRecursors []string `mapstructure:"recursors"`
|
||||||
|
|
||||||
// Disable use of an encryption keyring.
|
|
||||||
DisableKeyring bool `mapstructure:"disable_keyring"`
|
|
||||||
|
|
||||||
// DNS configuration
|
// DNS configuration
|
||||||
DNSConfig DNSConfig `mapstructure:"dns_config"`
|
DNSConfig DNSConfig `mapstructure:"dns_config"`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue