mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 22:21:51 +00:00
Add process.json for pm2
This commit is contained in:
parent
76ab2e9465
commit
7064199ccd
1 changed files with 9 additions and 0 deletions
9
process.json
Normal file
9
process.json
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"apps": [
|
||||||
|
{
|
||||||
|
"name": "zeppelin",
|
||||||
|
"script": "dist/index.js",
|
||||||
|
"log_date_format": "YYYY-MM-DD HH:mm:ss"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue