mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
#1878 Set default bind address to 127.0.0.1 in development mode
This commit is contained in:
parent
a22e655a9c
commit
49cc50b0d3
@ -579,6 +579,7 @@ func DevConfig() *Config {
|
||||
conf.EnableDebug = true
|
||||
conf.DisableAnonymousSignature = true
|
||||
conf.EnableUi = true
|
||||
conf.BindAddr = "127.0.0.1"
|
||||
return conf
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user