mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Include process file for API, separate bot/api process files
This commit is contained in:
parent
1c7508ffc5
commit
541856d3b5
2 changed files with 10 additions and 0 deletions
10
process-api.json
Normal file
10
process-api.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"apps": [
|
||||||
|
{
|
||||||
|
"name": "zeppelin-api",
|
||||||
|
"script": "npm",
|
||||||
|
"args": "run start-api-prod",
|
||||||
|
"log_date_format": "YYYY-MM-DD HH:mm:ss"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue