a80939fc758c20002123e7057c71d3b7d54cb416
[KiwiIRC.git] / node / config.json
1 {
2 "port": 7777,
3 "bind_address": "0.0.0.0",
4 "listen_ssl": false,
5 "ssl_key": "server.key",
6 "ssl_cert": "cert.pem",
7 "quit_message": "KiwiIRC",
8 "cap_options": [],
9 "handle_http": true
10 }