mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 08:28:15 -04:00
bind to notify-redis automatically
this ensures that if we create a new version of the app, it'll connect to redis properly (for example a UR prototype)
This commit is contained in:
@@ -33,6 +33,7 @@ applications:
|
|||||||
- logit-ssl-syslog-drain
|
- logit-ssl-syslog-drain
|
||||||
- notify-prometheus
|
- notify-prometheus
|
||||||
- notify-splunk
|
- notify-splunk
|
||||||
|
- notify-redis
|
||||||
|
|
||||||
env:
|
env:
|
||||||
NOTIFY_APP_NAME: admin
|
NOTIFY_APP_NAME: admin
|
||||||
@@ -61,6 +62,5 @@ applications:
|
|||||||
TEMPLATE_PREVIEW_API_KEY: '{{ TEMPLATE_PREVIEW_API_KEY }}'
|
TEMPLATE_PREVIEW_API_KEY: '{{ TEMPLATE_PREVIEW_API_KEY }}'
|
||||||
|
|
||||||
REDIS_ENABLED: '{{ REDIS_ENABLED }}'
|
REDIS_ENABLED: '{{ REDIS_ENABLED }}'
|
||||||
REDIS_URL: '{{ REDIS_URL }}'
|
|
||||||
|
|
||||||
NOTIFY_BILLING_DETAILS: '{{ NOTIFY_BILLING_DETAILS | tojson }}'
|
NOTIFY_BILLING_DETAILS: '{{ NOTIFY_BILLING_DETAILS | tojson }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user