3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-14 21:31:50 +00:00
zeppelin/process-api.json

11 lines
168 B
JSON
Raw Permalink Normal View History

2019-05-04 10:52:14 +03:00
{
"apps": [
{
"name": "zeppelin-api",
2019-05-04 10:59:11 +03:00
"script": "npm",
"args": "run start-api-prod",
2019-05-04 10:52:14 +03:00
"log_date_format": "YYYY-MM-DD HH:mm:ss"
}
]
}