From: Roland Häder Date: Wed, 20 Apr 2011 23:22:40 +0000 (+0000) Subject: Better IP address than hostname X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1844f8e7d5a21efb8ae6d1171110a84e35c1bd69;p=hub.git Better IP address than hostname --- diff --git a/application/hub/config-local.php-dist b/application/hub/config-local.php-dist index 98751359d..fab978a42 100644 --- a/application/hub/config-local.php-dist +++ b/application/hub/config-local.php-dist @@ -52,7 +52,7 @@ $cfg->setConfigEntry('node_default_mode', 'regular'); $cfg->setConfigEntry('external_ip', ''); // CFG: HUB-BOOTSTRAP-NODES -$cfg->setConfigEntry('hub_bootstrap_nodes', 'www.mxchange.org:9060'); +$cfg->setConfigEntry('hub_bootstrap_nodes', '188.138.90.169:9060'); // [EOF] ?>