]> git.mxchange.org Git - core.git/blobdiff - inc/config/config-hubmaster.php
Another fix attempt for search criteria
[core.git] / inc / config / config-hubmaster.php
index 873004a039518e8f4308073593965c6375c9c83b..c153dcea2e5fb7113a8be381727fe8f19f7a351d 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  *
  * This program is free software: you can redistribute it and/or modify
  */
 
 // Get the configuration instance
-$cfg = FrameworkConfiguration::getInstance();
+$cfg = FrameworkConfiguration::getSelfInstance();
 
 // CFG: HUB-BOOTSTRAP-NODES
-$cfg->setConfigEntry('hub_bootstrap_nodes', '192.168.1.1:9060');
+$cfg->setConfigEntry('hub_bootstrap_nodes', '188.138.90.169:9060');
 
 // [EOF]
 ?>