Skip to content

Commit

Permalink
Set correct environment variables for review apps
Browse files Browse the repository at this point in the history
These variables are needed in production.
  • Loading branch information
tijmenb committed Jan 30, 2018
1 parent acd3023 commit 9202b41
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name": "govuk_publishing_components",
"scripts": {},
"env": {},
"env": {
"GOVUK_APP_DOMAIN": {
"value": "www.gov.uk"
},
"PLEK_SERVICE_STATIC_URI": {
"value": "assets.digital.cabinet-office.gov.uk"
}
},
"formation": {},
"addons": [],
"buildpacks": []
Expand Down

0 comments on commit 9202b41

Please sign in to comment.