#1878 Set default bind address to 127.0.0.1 in development mode

pull/1928/head
Alex Myasoedov 9 years ago
parent a22e655a9c
commit 49cc50b0d3

@ -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…
Cancel
Save