]> git.mxchange.org Git - hub.git/blobdiff - application/hub/config-local.php-dist
Removed obsolete boot_node_foo_listen_port, you can now customize it in config-local.php
[hub.git] / application / hub / config-local.php-dist
index 4cbdceeb37b3b97b600edca122264f169e2442dc..b3fcab65c2b9500419bd6d2f300c0cdb2ecf4ca9 100644 (file)
@@ -45,12 +45,6 @@ $cfg->setConfigEntry('node_tcp_listen_port', 9060);
 // CFG: NODE-UDP-LISTEN-PORT
 $cfg->setConfigEntry('node_udp_listen_port', 9060);
 
-// CFG: BOOT-NODE-TCP-LISTEN-PORT
-$cfg->setConfigEntry('boot_node_tcp_listen_port', 9061);
-
-// CFG: BOOT-NODE-UDP-LISTEN-PORT
-$cfg->setConfigEntry('boot_node_udp_listen_port', 9061);
-
 // CFG: NODE-DEFAULT-MODE (can be 'regular', 'list', 'master' or 'boot', default is 'regular')
 $cfg->setConfigEntry('node_default_mode', 'regular');