Skip to content

Commit

Permalink
add missing required ENV to copy from staging to PR builds
Browse files Browse the repository at this point in the history
  • Loading branch information
JPrevost committed Oct 12, 2018
1 parent 45b56e8 commit f3f1762
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"EMAIL_FROM": {
"required": true
},
"EMAIL_URL_HOST": {
"required": true
},
"LANG": {
"required": true
},
Expand Down

0 comments on commit f3f1762

Please sign in to comment.