mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
Add DVLA_EMAIL_ADDRESS to manifest so it gets picked up from
credentials.
This commit is contained in:
@@ -150,6 +150,8 @@ applications:
|
|||||||
TEMPLATE_PREVIEW_API_HOST: '{{ TEMPLATE_PREVIEW_API_HOST }}'
|
TEMPLATE_PREVIEW_API_HOST: '{{ TEMPLATE_PREVIEW_API_HOST }}'
|
||||||
TEMPLATE_PREVIEW_API_KEY: '{{ TEMPLATE_PREVIEW_API_KEY }}'
|
TEMPLATE_PREVIEW_API_KEY: '{{ TEMPLATE_PREVIEW_API_KEY }}'
|
||||||
|
|
||||||
|
DVLA_EMAIL_ADDRESS: '{{ DVLA_EMAIL_ADDRESS }}'
|
||||||
|
|
||||||
{% for key, value in app.get('additional_env_vars', {}).items() %}
|
{% for key, value in app.get('additional_env_vars', {}).items() %}
|
||||||
{{key}}: '{{value}}'
|
{{key}}: '{{value}}'
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user