]> git.mxchange.org Git - core.git/blobdiff - inc/config/config-hubmaster.php
Static method getInstance() conflicts with getInstance() in class BaseRegistry,
[core.git] / inc / config / config-hubmaster.php
index cd07b8cce8618dd7728ef7e1b49fb99d1cfdf9b5..be3267b34756d8e1675a9009c9a78066b547e08c 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 - 2011 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]
 ?>