Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
added pm2 ecosystem cfg for process monit
Browse files Browse the repository at this point in the history
  • Loading branch information
pantsel committed Jul 15, 2018
1 parent 1c9bf89 commit c5e16e6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ecosystem.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
apps : [{
name : 'app',
script : './app.js',
env: {
NODE_ENV: 'development'
},
env_production : {
NODE_ENV: 'production'
}
}]
};

0 comments on commit c5e16e6

Please sign in to comment.