X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fconfig.php;h=4063d372b44d945deedec469a569444a6ee1987f;hb=4a4fbfb80267fd344b37cef2b173f666ecb44646;hp=970c197d94715cb0ff45e618cbaa3504fe41a189;hpb=2e00f351966a192c4b65e2dc64c4dad17e59a36c;p=hub.git diff --git a/application/hub/config.php b/application/hub/config.php index 970c197d9..4063d372b 100644 --- a/application/hub/config.php +++ b/application/hub/config.php @@ -27,11 +27,8 @@ $cfg = FrameworkConfiguration::getSelfInstance(); // CFG: NODE-LISTEN-ADDR $cfg->setConfigEntry('node_listen_addr', '0.0.0.0'); -// CFG: NODE-TCP-LISTEN-PORT -$cfg->setConfigEntry('node_tcp_listen_port', 9060); - -// CFG: NODE-UDP-LISTEN-PORT -$cfg->setConfigEntry('node_udp_listen_port', 9060); +// CFG: NODE-LISTEN-PORT +$cfg->setConfigEntry('node_listen_port', 9060); // CFG: NODE-DEFAULT-MODE (can be 'regular', 'list', 'master' or 'boot', default is 'regular') $cfg->setConfigEntry('node_default_mode', 'regular');