obrand-admin-server/ecosystem.json

22 lines
372 B
JSON
Raw Permalink Normal View History

2016-04-06 16:02:43 +00:00
{
/**
* 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"
}
}
]
}