Client: fix default host socket address

This commit is contained in:
Vincent Bernardoff 2017-12-12 15:32:58 +01:00 committed by Benjamin Canou
parent 0c06513866
commit e9c45c076e

View File

@ -62,7 +62,7 @@ module Cfg_file = struct
let default = {
base_dir = Client_commands.default_base_dir ;
node_addr = "127.0.0.1" ;
node_addr = "localhost" ;
node_port = 8732 ;
tls = false ;
web_port = 8080 ;