Reconcile renamed structures during rebase
This commit is contained in:
parent
108d2ca981
commit
bd779c3719
|
@ -362,7 +362,7 @@ func DevConfig() *Config {
|
|||
conf.DevMode = true
|
||||
conf.EnableDebug = true
|
||||
conf.DisableAnonymousSignature = true
|
||||
conf.ConsulConfig.AutoRegister = true
|
||||
conf.Consul.AutoRegister = true
|
||||
if runtime.GOOS == "darwin" {
|
||||
conf.Client.NetworkInterface = "lo0"
|
||||
} else if runtime.GOOS == "linux" {
|
||||
|
|
Loading…
Reference in a new issue