Renamed more stuff (will break app_die(), so it needs fixing).
[core.git] / inc / config / config-hubmaster.php
index d6e97bfc9b2e2d8372ed5ca82cd750c3cee8a18d..bb988da5d6bb7aa593130c307f9db11d9fe3dbf7 100644 (file)
@@ -2,9 +2,9 @@
 /**
  * Configuration entries for connecting to the hub
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 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:9061');
+$cfg->setConfigEntry('hub_bootstrap_nodes', 'tcp://188.138.90.169:9060');
 
 // [EOF]
 ?>