Additional errors
[KiwiIRC.git] / node / config.json
index 66b6c2be94bbe20c65a91bcdd33246ff86f1f181..e16f948476dc52427f41bf605f724636d2ce08cb 100644 (file)
@@ -1,9 +1,17 @@
 {
     "port":             7777,
     "bind_address":     "0.0.0.0",
+
+    "user":                            "",
+    "group":                   "",
+
     "listen_ssl":       false,
     "ssl_key":          "server.key",
     "ssl_cert":         "cert.pem",
+
     "quit_message":     "KiwiIRC",
-    "cap_options":      []
+    "cap_options":      [],
+
+    "handle_http":      true,
+    "public_http":         "./../"
 }