X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fconfig.php;h=a96da58c214e5415a59d8d534a90e780cad80e16;hb=892e2113731fa21e0e60891394ed0b19cc360e85;hp=f86fdd3a3c9dd3e36c564030c3d344ae6a7f2431;hpb=57756cc6ddcf3c5145cd237145ef13ca1f569594;p=hub.git diff --git a/application/hub/config.php b/application/hub/config.php index f86fdd3a3..a96da58c2 100644 --- a/application/hub/config.php +++ b/application/hub/config.php @@ -33,6 +33,12 @@ $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-MODE (can be 'regular', 'list', 'master' or 'boot', default is 'regular') $cfg->setConfigEntry('node_mode', 'regular');