mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-09 06:33:52 -05:00
Remove unused environment variable
We no longer use this.
See f56795655e
for further details.
This commit is contained in:
@@ -24,7 +24,6 @@ class Config(object):
|
||||
STATSD_ENABLED = False
|
||||
STATSD_HOST = os.getenv('STATSD_HOST')
|
||||
STATSD_PORT = 8125
|
||||
STATSD_PREFIX = os.getenv('STATSD_PREFIX')
|
||||
|
||||
# Logging
|
||||
DEBUG = False
|
||||
|
||||
@@ -51,7 +51,6 @@ applications:
|
||||
ANTIVIRUS_API_KEY: '{{ ANTIVIRUS_API_KEY }}'
|
||||
|
||||
STATSD_HOST: 'notify-statsd-exporter-{{ environment }}.apps.internal'
|
||||
STATSD_PREFIX: '{{ STATSD_PREFIX }}'
|
||||
|
||||
ZENDESK_API_KEY: '{{ ZENDESK_API_KEY }}'
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@ env =
|
||||
DANGEROUS_SALT=dev-notify-salt
|
||||
SECRET_KEY=dev-notify-secret-key
|
||||
ZENDESK_API_KEY=test
|
||||
STATSD_PREFIX=stats-prefix
|
||||
REDIS_ENABLED=0
|
||||
|
||||
filterwarnings =
|
||||
|
||||
Reference in New Issue
Block a user