From 0298159c5943662925f6063171bda0a46880f1f3 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 17 Oct 2014 21:28:00 +0200 Subject: [PATCH] Added protocol for upcoming rewrite. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- inc/config/config-hubmaster.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config/config-hubmaster.php b/inc/config/config-hubmaster.php index dca24044..472a5d4a 100644 --- a/inc/config/config-hubmaster.php +++ b/inc/config/config-hubmaster.php @@ -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] ?> -- 2.39.2