Mergability with development branch
[KiwiIRC.git] / config.example.js
index a44ed93eca092686e27c18edccf5940414e76626..03f73cc0556dd0280e07a22ceff22b6b90d5a56b 100644 (file)
@@ -92,8 +92,8 @@ conf.webirc_pass = {
 
 // Some IRCDs require the clients IP via the username/ident
 conf.ip_as_username = [
-       "irc.network.com",
-       "127.0.0.1"
+    //"irc.network.com",
+    //"127.0.0.1"
 ];
 
 // Whether to verify IRC servers' SSL certificates against built-in well-known certificate authorities
@@ -158,4 +158,4 @@ conf.client = {
 /*
  * Do not ammend the below lines unless you understand the changes!
  */
-module.exports.production = conf;
\ No newline at end of file
+module.exports.production = conf;