22 lines
321 B
JSON
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
|
||
|
}
|
||
|
]
|
||
|
}
|