X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fconfig%2Fconfig-hubmaster.php;h=be3267b34756d8e1675a9009c9a78066b547e08c;hp=3e7fb8ebda183be31bc6da1562cd0bdb989e5fc6;hb=768cc231b262ebeaa5aec373d9b7d97cc6b6ac95;hpb=84e2207412d3c6ea9f940a83b2cdd4503509808a diff --git a/inc/config/config-hubmaster.php b/inc/config/config-hubmaster.php index 3e7fb8eb..be3267b3 100644 --- a/inc/config/config-hubmaster.php +++ b/inc/config/config-hubmaster.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 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 @@ -22,10 +22,10 @@ */ // 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] ?>