X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fconfig%2Fconfig-hubmaster.php;h=bb988da5d6bb7aa593130c307f9db11d9fe3dbf7;hp=cd07b8cce8618dd7728ef7e1b49fb99d1cfdf9b5;hb=f9a2f3669556abe44d09fc0685262a35ae307930;hpb=d0e54028694e7af87c6eed5ec26fc0d05174d500 diff --git a/inc/config/config-hubmaster.php b/inc/config/config-hubmaster.php index cd07b8cc..bb988da5 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 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 @@ -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', 'tcp://188.138.90.169:9060'); // [EOF] ?>