Merge git://github.com/M2Ys4U/KiwiIRC into dev
[KiwiIRC.git] / node / config.json
1 {
2 "port": 7777,
3 "listen_ssl": false,
4 "ssl_key": "server.key",
5 "ssl_cert": "cert.pem",
6 "quit_message": "KiwiIRC",
7 "cap_options": []
8 }