]> git.mxchange.org Git - hub.git/blobdiff - application/hub/config-local.php-dist
Continued with refacturing:
[hub.git] / application / hub / config-local.php-dist
index 9722460b0700968b84bde72e3f4a984ca02b6ed3..33430f29c63813db98633245754c6061b09ceed0 100644 (file)
@@ -52,7 +52,7 @@ $cfg->setConfigEntry('node_default_mode', 'regular');
 // Use this in intranet-only environment: $cfg->setConfigEntry('allow_publish_internal_ip', 'Y');
 
 // 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]
 ?>