X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig%2Fconfig-hubmaster.php;h=bb988da5d6bb7aa593130c307f9db11d9fe3dbf7;hb=d8064406dd069aac5c3735ffa37d42fdc199a744;hp=12d8f05d08e06dbd72cbb5ee4ec41b46945a170e;hpb=66e68715d3d5a5e7fd5a3046471914ef3f9dd4b4;p=core.git diff --git a/inc/config/config-hubmaster.php b/inc/config/config-hubmaster.php index 12d8f05d..bb988da5 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 - 2012 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 @@ -25,7 +25,7 @@ $cfg = FrameworkConfiguration::getSelfInstance(); // CFG: HUB-BOOTSTRAP-NODES -$cfg->setConfigEntry('hub_bootstrap_nodes', '188.138.90.169:9060'); +$cfg->setConfigEntry('hub_bootstrap_nodes', 'tcp://188.138.90.169:9060'); // [EOF] ?>