X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fconfig-local.php-dist;h=bf693f8e54ea6a14f073736bf564a5df8f12e7ad;hb=69348b42f4333716f2bce7180dd9cffbd05fa1f9;hp=ae800e2373ff7f6dff1a96da424f61a1c615395d;hpb=c29de396ab9b3fde494bbbae480011583f57dcdc;p=hub.git diff --git a/application/hub/config-local.php-dist b/application/hub/config-local.php-dist index ae800e237..bf693f8e5 100644 --- a/application/hub/config-local.php-dist +++ b/application/hub/config-local.php-dist @@ -34,22 +34,22 @@ */ // Some hub-specific configuration like port hostname where we will listen, etc. -$cfg = FrameworkConfiguration::getInstance(); +$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'); // CFG: EXTERNAL-IP -// Use this if auto-detection fails! $cfg->setConfigEntry('external_ip', ''); +// Use this if auto-detection fails: $cfg->setConfigEntry('external_ip', ''); + +// CFG: ALLOW-PUBLISH-INTERNAL-IP +// 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');