#1878 Set default bind address to 127.0.0.1 in development mode
This commit is contained in:
parent
6593e6128d
commit
b89c2063bd
|
@ -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