obrand-admin-server/ecosystem.json
2016-04-06 17:02:43 +01:00

22 lines
372 B
JSON

{
/**
* Application configuration section
* http://pm2.keymetrics.io/docs/usage/application-declaration/
*/
apps : [
// First application
{
name : "Obrand Admin Server",
script : "obrand-server.js",
env: {
COMMON_VARIABLE: "true"
},
env_production : {
NODE_ENV: "production"
}
}
]
}