refactor: remove old ecosystem configuration files and replace with JSON format
This commit is contained in:
12
backend/ecosystem.config.json
Normal file
12
backend/ecosystem.config.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"apps": [{
|
||||
"name": "portfolio-backend",
|
||||
"script": "server.js",
|
||||
"instances": 1,
|
||||
"autorestart": true,
|
||||
"watch": false,
|
||||
"env": {
|
||||
"NODE_ENV": "production"
|
||||
}
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user