config.json 234 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 { "log": true, "port": 3000, "url": "/", "ssl": { "use": false, "key": "/path/to/your/ssl.key", "cert": "/path/to/your/ssl.crt" }, "readline": { "use": true, "prompt": "[--:--:--][CONSOLE] " } }