From 9202b410a579598a1400ff3ff0204df041c6e9d4 Mon Sep 17 00:00:00 2001 From: Tijmen Brommet Date: Tue, 30 Jan 2018 14:42:03 +0000 Subject: [PATCH] Set correct environment variables for review apps These variables are needed in production. --- app.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index e45052db86..af349cd231 100644 --- a/app.json +++ b/app.json @@ -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": []