3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 13:51:51 +00:00
zeppelin/process-api.json

13 lines
239 B
JSON
Raw Normal View History

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