webapi-eca/config/system.json
2014-04-23 16:08:51 +02:00

17 lines
No EOL
352 B
JSON

{
"http-port": 8125,
"db-port": 6379,
"db-select": 0,
"log": {
"nolog": "false",
"mode": "productive",
"io-level": "info",
"file-level": "info",
"file-path": "logs/server.log"
},
"webhooks": [
"github",
"uptimestatistics"
],
"keygen-passphrase": "[TODO this has to come from prompt when server is started!]"
}