2014-03-20 08:16:49 +00:00
|
|
|
{
|
|
|
|
|
"http-port": 8125,
|
|
|
|
|
"db-port": 6379,
|
2014-04-22 07:59:57 +00:00
|
|
|
"db-select": 1,
|
2014-03-20 08:16:49 +00:00
|
|
|
"log": {
|
2014-04-05 17:02:03 +00:00
|
|
|
"nolog": "false",
|
2014-04-21 20:46:14 +00:00
|
|
|
"mode": "productive",
|
2014-04-21 22:06:22 +00:00
|
|
|
"io-level": "info",
|
|
|
|
|
"file-level": "info",
|
2014-04-09 14:07:31 +00:00
|
|
|
"file-path": "logs/server.log"
|
2014-04-02 21:08:05 +00:00
|
|
|
},
|
2014-04-16 15:42:56 +00:00
|
|
|
"webhooks": [
|
|
|
|
|
"github"
|
|
|
|
|
],
|
2014-04-02 21:08:05 +00:00
|
|
|
"keygen-passphrase": "[TODO this has to come from prompt when server is started!]"
|
2014-03-20 08:16:49 +00:00
|
|
|
}
|