v3.0.0/pm2.json

16 lines
198 B
JSON
Raw Normal View History

2019-03-12 05:45:47 +01:00
{
"apps": [
2019-03-12 05:45:47 +01:00
{
2020-12-25 12:45:22 +01:00
"name": "chibisafe",
2019-03-12 05:45:47 +01:00
"script": "npm",
"args": "run start",
2019-03-12 05:45:47 +01:00
"env": {
"NODE_ENV": "production"
},
"env_production": {
2019-03-12 05:45:47 +01:00
"NODE_ENV": "production"
}
}
]
}