mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
12 lines
235 B
JSON
12 lines
235 B
JSON
{
|
|
"apps": [
|
|
{
|
|
"name": "zeppelin",
|
|
"cwd": "./backend",
|
|
"script": "npm",
|
|
"args": "run start-bot-prod",
|
|
"log_date_format": "YYYY-MM-DD HH:mm:ss.SSS",
|
|
"exp_backoff_restart_delay": 2500
|
|
}
|
|
]
|
|
}
|