mirror of
https://github.com/status-im/consul.git
synced 2025-02-18 08:36:46 +00:00
Merge pull request #1928 from msoedov/bind_addr
Set default bind address to 127.0.0.1 in development mode
This commit is contained in:
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…
x
Reference in New Issue
Block a user