remex/config.json
2022-02-02 17:07:16 +01:00

22 lines
321 B
JSON

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