diff --git a/ecosystem.config.js b/ecosystem.config.js new file mode 100644 index 0000000..0dde3fc --- /dev/null +++ b/ecosystem.config.js @@ -0,0 +1,13 @@ +module.exports = { + apps : [ + { + name : 'better-place', + script : 'bin/www', + env: { + }, + env_production : { + NODE_ENV: 'production', + }, + }, + ], +};