Changing jade template to match changes made in index.php
[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 "public_http": "./../"
11 }