mirror of
https://github.com/GSA/notifications-api.git
synced 2026-06-01 20:08:27 -04:00
Merge pull request #2532 from alphagov/enable-statsd-on-staging
AUTO: Enable statsd exporter on staging
This commit is contained in:
@@ -69,7 +69,7 @@ applications:
|
||||
AWS_ACCESS_KEY_ID: '{{ AWS_ACCESS_KEY_ID }}'
|
||||
AWS_SECRET_ACCESS_KEY: '{{ AWS_SECRET_ACCESS_KEY }}'
|
||||
|
||||
{% if environment == 'preview' %}
|
||||
{% if environment in ['preview', 'staging'] %}
|
||||
STATSD_HOST: "statsd.notify.tools"
|
||||
STATSD_PREFIX: ""
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user