Files
ICICI_backend/ecosystem.config.json
2024-10-11 13:20:53 +05:30

16 lines
273 B
JSON

{
"apps": [
{
"name": "Tanami-Backend",
"script": "src/index.js",
"instances": 1,
"autorestart": true,
"watch": false,
"time": true,
"env": {
"NODE_ENV": "production"
}
}
]
}