Skip to content

Commit

Permalink
Update app.json with new env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Jan 20, 2016
1 parent 9c6b06a commit ebeec0f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@
},
"NEW_RELIC_CONFIG_FILE": {
"required": true
},
"NEW_RELIC_LICENSE_KEY":{
"required":true
},
"NEW_RELIC_LOG":{
"required":true
},
"MANDRILL_APIKEY":{
"required":true
},
"MC_APIKEY":{
"required":true
}
},
"addons": [
Expand Down

0 comments on commit ebeec0f

Please sign in to comment.