Set default connect address to IP (#539)
This commit is contained in:
parent
479f9471ff
commit
86b4ff9c2f
@ -146,7 +146,7 @@ const _LLMP_BIND_ADDR: &str = "0.0.0.0";
|
||||
const _LLMP_BIND_ADDR: &str = "127.0.0.1";
|
||||
|
||||
/// LLMP Client connects to this address
|
||||
const _LLMP_CONNECT_ADDR: &str = "localhost";
|
||||
const _LLMP_CONNECT_ADDR: &str = "127.0.0.1";
|
||||
|
||||
/// An env var of this value indicates that the set value was a NULL PTR
|
||||
const _NULL_ENV_STR: &str = "_NULL";
|
||||
|
Loading…
x
Reference in New Issue
Block a user