3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-17 15:15:02 +00:00

Add process.json for pm2

This commit is contained in:
Dragory 2019-05-04 10:52:14 +03:00
parent 32fd31fcc5
commit c3ddda216a

9
process.json Normal file
View file

@ -0,0 +1,9 @@
{
"apps": [
{
"name": "zeppelin",
"script": "dist/index.js",
"log_date_format": "YYYY-MM-DD HH:mm:ss"
}
]
}