X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fconfig%2Fconfig-hubmaster.php;h=0b3f973d2164ffcf0cc21418fd0f4024da9b5bc4;hb=202f8c1c1d46d1292918b7110547952446a53391;hp=9e1bb991977fd11d1dd6849382cd2bfc44d07e3b;hpb=619e98efd3b0a21125b709d12284dbc34680e35e;p=core.git diff --git a/inc/config/config-hubmaster.php b/inc/config/config-hubmaster.php index 9e1bb991..0b3f973d 100644 --- a/inc/config/config-hubmaster.php +++ b/inc/config/config-hubmaster.php @@ -2,9 +2,9 @@ /** * Configuration entries for connecting to the hub * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2013 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', 'www.mxchange.org:9060'); +$cfg->setConfigEntry('hub_bootstrap_nodes', '188.138.90.169:9060'); // [EOF] ?>