Reconcile renamed structures during rebase

This commit is contained in:
Sean Chittenden 2016-05-24 02:17:20 -07:00
parent 108d2ca981
commit bd779c3719
No known key found for this signature in database
GPG key ID: 4EBC9DC16C2E5E16

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