remex/config.json
2022-03-15 01:36:47 +01:00

21 lines
315 B
JSON

{
"server": {
"listen": "0.0.0.0",
"port": 3000
},
"log": {
"level": "debug",
"timestamp": "DD.MM.YYYY HH:mm:ss:SS"
},
"api": [
{
"url": "/uptime",
"type": "get",
"command": "uptime1",
"args": [
],
"passargs": true,
"detach": false
}
]
}