Skip to content

Commit

Permalink
Add PM2 config
Browse files Browse the repository at this point in the history
  • Loading branch information
michelbl committed Oct 29, 2017
1 parent 07424f1 commit 32bcddc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ecosystem.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module.exports = {
apps : [
{
name : 'better-place',
script : 'bin/www',
env: {
},
env_production : {
NODE_ENV: 'production',
},
},
],
};

0 comments on commit 32bcddc

Please sign in to comment.