mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
Reconcile renamed structures during rebase
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user