Client: fix default host socket address
This commit is contained in:
parent
0c06513866
commit
e9c45c076e
@ -62,7 +62,7 @@ module Cfg_file = struct
|
|||||||
|
|
||||||
let default = {
|
let default = {
|
||||||
base_dir = Client_commands.default_base_dir ;
|
base_dir = Client_commands.default_base_dir ;
|
||||||
node_addr = "127.0.0.1" ;
|
node_addr = "localhost" ;
|
||||||
node_port = 8732 ;
|
node_port = 8732 ;
|
||||||
tls = false ;
|
tls = false ;
|
||||||
web_port = 8080 ;
|
web_port = 8080 ;
|
||||||
|
Loading…
Reference in New Issue
Block a user