ludu-cloud/mobile-web/server/pm2.json
2019-03-26 18:19:07 +08:00

12 lines
181 B
JSON

{
"name": "mobile-web",
"script": "./server.prod.js",
"instances": "1",
"env": {
"NODE_ENV": "development"
},
"env_production": {
"NODE_ENV": "production"
}
}