21 lines
No EOL
315 B
JSON
21 lines
No EOL
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
|
|
}
|
|
]
|
|
} |