]> git.mxchange.org Git - core.git/blobdiff - inc/config/config-hubmaster.php
Copyright updated
[core.git] / inc / config / config-hubmaster.php
index 0e792b78710c4ae1a647d43f8f077b956780aa2c..5f24383e05e1bbff8eb0dedffa12b75856c484fa 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
@@ -46,7 +46,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 +84,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]
 ?>