X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fconfig-local.php-dist;h=bf693f8e54ea6a14f073736bf564a5df8f12e7ad;hb=e03915b65199fe16bbd8fa9098d31371fa14bf3e;hp=98751359d7e285eaad1779932679fcec62ebc9bd;hpb=81aa125e3d7d7c9055d592ade930aad8afb73b06;p=hub.git diff --git a/application/hub/config-local.php-dist b/application/hub/config-local.php-dist index 98751359d..bf693f8e5 100644 --- a/application/hub/config-local.php-dist +++ b/application/hub/config-local.php-dist @@ -16,7 +16,7 @@ * * @author Roland Haeder * @version 0.0 - * @copyright Copyright (c) 2007 - 2008 Roland Haeder, 2009 - 2011 Hub Developer Team + * @copyright Copyright (c) 2007 - 2008 Roland Haeder, 2009 - 2012 Hub Developer Team * @license GNU GPL 3.0 or any newer version * * This program is free software: you can redistribute it and/or modify @@ -34,25 +34,25 @@ */ // 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 -$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', 'www.mxchange.org:9060'); +$cfg->setConfigEntry('hub_bootstrap_nodes', '188.138.90.169:9060'); // [EOF] ?>