Button/Input styling
[KiwiIRC.git] / node / config.json
CommitLineData
1eaf214f 1{
09365139
JA
2 "port": 7777,
3 "bind_address": "0.0.0.0",
4a30a583 4
5 "user": "",
6 "group": "",
7
09365139
JA
8 "listen_ssl": false,
9 "ssl_key": "server.key",
10 "ssl_cert": "cert.pem",
4a30a583 11
09365139 12 "quit_message": "KiwiIRC",
7d1c3ee9 13 "cap_options": [],
4a30a583 14
ceec0f93 15 "handle_http": true,
726d3e03
JA
16 "public_http": "./../",
17
43bdc759
JA
18 "max_client_conns": 2,
19
939e638d 20 "module_dir": "./kiwi_modules/",
36cc7c0e
JA
21 "modules": ["spamfilter", "statistics"],
22
23 "webirc": true,
24 "webirc_pass": {
25 "irc.example.com": "examplepassword",
26 "127.0.0.1": "foobar"
938a6630
JA
27 },
28
29 "transports": [
30 "websocket",
31 "flashsocket",
32 "htmlfile",
33 "xhr-polling",
34 "jsonp-polling"
35 ]
f1ce3127 36}