Reconcile renamed structures during rebase

This commit is contained in:
Sean Chittenden
2016-05-24 02:17:20 -07:00
parent fc5658521c
commit 05bbbd2d55

View File

@@ -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" {