All filters rewritten to throw FilterChainException
[core.git] / inc / config / config-hubmaster.php
index 0e792b78710c4ae1a647d43f8f077b956780aa2c..a47854b5dc9278c81e875fcda230a9eb02033db0 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007 - 2009 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
  *
  * This program is free software: you can redistribute it and/or modify
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
+///////////////////////////////////////////////////////////////////////////////
+/// DO NOT RELY ON THIS CONFIG ENTRIES! THEY ARE SUBJECT OF BEING REPLACED. ///
+///////////////////////////////////////////////////////////////////////////////
+
 // Get the configuration instance
 $cfg = FrameworkConfiguration::getInstance();
 
@@ -46,7 +50,7 @@ $cfg->setConfigEntry('hub_msg_auth_reply_timeout', "TIMEOUT_AUTH");
 $cfg->setConfigEntry('hub_msg_bye', "BYE");
 
 // CFG: HUB-MASTER-IP
-$cfg->setConfigEntry('hub_master_ip', "192.168.1.17");
+$cfg->setConfigEntry('hub_master_ip', "192.168.1.1");
 
 // CFG: HUB-MASTER-PORT
 $cfg->setConfigEntry('hub_master_port', 9060);
@@ -84,5 +88,8 @@ $cfg->setConfigEntry('hub_ping_maxdrops', 3);
 // CFG: HUB-PEER-MISS-PONG
 $cfg->setConfigEntry('hub_peer_miss_pong', "PONG_MISS");
 
+// CFG: HUB-INTRO-ENABLED
+$cfg->setConfigEntry('hub_intro_enabled', "Y");
+
 // [EOF]
 ?>