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

index 3f266a456291a967c3acff10db661e33cf185a59..9e1bb991977fd11d1dd6849382cd2bfc44d07e3b 100644 (file)
@@ -25,7 +25,7 @@
 $cfg = FrameworkConfiguration::getInstance();
 
 // CFG: HUB-BOOTSTRAP-NODES
-$cfg->setConfigEntry('hub_bootstrap_nodes', '188.138.90.169:9061');
+$cfg->setConfigEntry('hub_bootstrap_nodes', 'www.mxchange.org:9060');
 
 // [EOF]
 ?>