From 860304933cea59629868af5e1d90f87108548301 Mon Sep 17 00:00:00 2001 From: Alexey Bezhan Date: Tue, 1 May 2018 15:17:07 +0100 Subject: [PATCH] Add document-download-api environment variables to PaaS instances Document Download keys have been added to the PaaS environment credentials so we can use the manifest to set them on the app instances. --- manifest-api-base.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest-api-base.yml b/manifest-api-base.yml index 1679eebeb..28f13e5fa 100644 --- a/manifest-api-base.yml +++ b/manifest-api-base.yml @@ -45,6 +45,9 @@ env: TEMPLATE_PREVIEW_API_HOST: null TEMPLATE_PREVIEW_API_KEY: null + DOCUMENT_DOWNLOAD_API_HOST: null + DOCUMENT_DOWNLOAD_API_KEY: null + instances: 1 memory: 1G