]> git.mxchange.org Git - hub.git/commitdiff
Updated port number for default bootstrapper
authorRoland Häder <roland@mxchange.org>
Wed, 20 Apr 2011 23:20:24 +0000 (23:20 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 20 Apr 2011 23:20:24 +0000 (23:20 +0000)
application/hub/config-local.php-dist

index fab978a423f4ad01d995cefe16655a6c1eb276b5..98751359d7e285eaad1779932679fcec62ebc9bd 100644 (file)
@@ -52,7 +52,7 @@ $cfg->setConfigEntry('node_default_mode', 'regular');
 $cfg->setConfigEntry('external_ip', '');
 
 // CFG: HUB-BOOTSTRAP-NODES
-$cfg->setConfigEntry('hub_bootstrap_nodes', '188.138.90.169:9060');
+$cfg->setConfigEntry('hub_bootstrap_nodes', 'www.mxchange.org:9060');
 
 // [EOF]
 ?>