Skip to content

Commit

Permalink
Updating ecosystem file
Browse files Browse the repository at this point in the history
  • Loading branch information
snowyfox committed Jul 29, 2017
1 parent 35b8b70 commit 4a0e4ce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ecosystem.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,20 @@
"script": "bin/www",
"env_production": {
"NODE_ENV": "production"
},
"env_kenten": {
"NODE_ENV": "kenten"
}
},
{
"name": "Naranawm-RebuildDB",
"script": "bin/rebuild",
"env_production": {
"NODE_ENV": "production"
},
"env_kenten": {
"NODE_ENV": "kenten"
},
"autorestart": false
}
],
Expand Down

0 comments on commit 4a0e4ce

Please sign in to comment.