remex/config.json

21 lines
315 B
JSON
Raw Normal View History

2022-02-02 17:07:16 +01:00
{
"server": {
"listen": "0.0.0.0",
2022-03-15 01:36:47 +01:00
"port": 3000
2022-02-02 17:07:16 +01:00
},
"log": {
2022-03-15 01:36:47 +01:00
"level": "debug",
"timestamp": "DD.MM.YYYY HH:mm:ss:SS"
2022-02-02 17:07:16 +01:00
},
"api": [
{
"url": "/uptime",
"type": "get",
2022-03-15 01:36:47 +01:00
"command": "uptime1",
2022-02-02 17:07:16 +01:00
"args": [
],
2022-03-15 01:36:47 +01:00
"passargs": true,
"detach": false
2022-02-02 17:07:16 +01:00
}
]
}