Topicbar usability improvements
[KiwiIRC.git] / server / config.json
old mode 100644 (file)
new mode 100755 (executable)
index 75a38be..4dfc684
@@ -24,6 +24,8 @@
 
     "handle_http":      true,
     "public_http":      "./../client/",
+    "http_base_path":   "/client",
+    "http_proxies":     ["127.0.0.1"],
 
     "max_client_conns": 2,
 
@@ -35,6 +37,7 @@
                             "irc.example.com":  "examplepassword",
                             "127.0.0.1":        "foobar"
                         },
+    "ip_as_username": [],
 
     "transports":       [
                             "websocket",