backend/ecosystem.config.json

16 lines
232 B
JSON
Raw Permalink Normal View History

2020-11-28 19:30:45 +01:00
{
"apps": [
{
"name": "app",
"script": "src/index.js",
"instances": 1,
"autorestart": true,
"watch": false,
"time": true,
"env": {
"NODE_ENV": "production"
}
}
]
}