Add DVLA_EMAIL_ADDRESS to manifest so it gets picked up from

credentials.
This commit is contained in:
Pea Tyczynska
2021-02-24 10:32:20 +00:00
parent 4fc3af9811
commit 8e3ef5ff05

View File

@@ -150,6 +150,8 @@ applications:
TEMPLATE_PREVIEW_API_HOST: '{{ TEMPLATE_PREVIEW_API_HOST }}'
TEMPLATE_PREVIEW_API_KEY: '{{ TEMPLATE_PREVIEW_API_KEY }}'
DVLA_EMAIL_ADDRESS: '{{ DVLA_EMAIL_ADDRESS }}'
{% for key, value in app.get('additional_env_vars', {}).items() %}
{{key}}: '{{value}}'
{% endfor %}