mirror of https://github.com/hashicorp/consul
Merge pull request #1928 from msoedov/bind_addr
Set default bind address to 127.0.0.1 in development modepull/1942/head
commit
16f34bfa30
|
@ -579,6 +579,7 @@ func DevConfig() *Config {
|
||||||
conf.EnableDebug = true
|
conf.EnableDebug = true
|
||||||
conf.DisableAnonymousSignature = true
|
conf.DisableAnonymousSignature = true
|
||||||
conf.EnableUi = true
|
conf.EnableUi = true
|
||||||
|
conf.BindAddr = "127.0.0.1"
|
||||||
return conf
|
return conf
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue