Skip to content

Commit

Permalink
Set DEBUG env on deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekhmet committed Dec 26, 2017
1 parent c1817a2 commit ecdcaa8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ module.exports = {
{
name: 'busy',
script: 'busy.server.js',
env: {
DEBUG: 'busy:server',
},
instances: 4,
exec_mode: 'cluster',
max_memory_restart: '600M'
Expand Down

0 comments on commit ecdcaa8

Please sign in to comment.