mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-03-16 22:10:31 +00:00
15 lines
No EOL
311 B
JSON
15 lines
No EOL
311 B
JSON
{
|
|
"http-port": 8125,
|
|
"db-port": 6379,
|
|
"log": {
|
|
"nolog": "false",
|
|
"mode": "development",
|
|
"io-level": "info",
|
|
"file-level": "info",
|
|
"file-path": "logs/server.log"
|
|
},
|
|
"webhooks": [
|
|
"github"
|
|
],
|
|
"keygen-passphrase": "[TODO this has to come from prompt when server is started!]"
|
|
} |