]> git.mxchange.org Git - hub.git/blobdiff - application/hub/config.php
Port number changed to 9060, several rewrites because of method constructor() is...
[hub.git] / application / hub / config.php
index 926ab2e18604e8c643ee5db1f1549f526aa60a7a..e5ca83a159d15f2c0417ad65bccfb75e6cef2e72 100644 (file)
@@ -28,7 +28,7 @@ $cfg = FrameworkConfiguration::getInstance();
 $cfg->setConfigEntry("hub_listen_addr", "0.0.0.0");
 
 // CFG: HUB-LISTEN-PORT (zero = auto-choose)
-$cfg->setConfigEntry("hub_listen_port", 9050);
+$cfg->setConfigEntry("hub_listen_port", 9060);
 
 // CFG: TEMPLATE-ENGINE
 $cfg->setConfigEntry("tpl_engine", "ConsoleOutput");
@@ -64,7 +64,7 @@ $cfg->setConfigEntry("hub_msg_bye", "BYE");
 $cfg->setConfigEntry("hub_master_ip", "192.168.1.17");
 
 // CFG: HUB-MASTER-PORT
-$cfg->setConfigEntry("hub_master_port", 9050);
+$cfg->setConfigEntry("hub_master_port", 9060);
 
 // CFG: HUB-AUTH-REQUEST
 $cfg->setConfigEntry("hub_auth_request", "AUTH");