Additional errors
[KiwiIRC.git] / node / config.json
1 {
2 "port": 7777,
3 "bind_address": "0.0.0.0",
4
5 "user": "",
6 "group": "",
7
8 "listen_ssl": false,
9 "ssl_key": "server.key",
10 "ssl_cert": "cert.pem",
11
12 "quit_message": "KiwiIRC",
13 "cap_options": [],
14
15 "handle_http": true,
16 "public_http": "./../"
17 }