mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04: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_ENABLED = False
|
||||||
STATSD_HOST = os.getenv('STATSD_HOST')
|
STATSD_HOST = os.getenv('STATSD_HOST')
|
||||||
STATSD_PORT = 8125
|
STATSD_PORT = 8125
|
||||||
STATSD_PREFIX = os.getenv('STATSD_PREFIX')
|
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
DEBUG = False
|
DEBUG = False
|
||||||
|
|||||||
@@ -51,7 +51,6 @@ applications:
|
|||||||
ANTIVIRUS_API_KEY: '{{ ANTIVIRUS_API_KEY }}'
|
ANTIVIRUS_API_KEY: '{{ ANTIVIRUS_API_KEY }}'
|
||||||
|
|
||||||
STATSD_HOST: 'notify-statsd-exporter-{{ environment }}.apps.internal'
|
STATSD_HOST: 'notify-statsd-exporter-{{ environment }}.apps.internal'
|
||||||
STATSD_PREFIX: '{{ STATSD_PREFIX }}'
|
|
||||||
|
|
||||||
ZENDESK_API_KEY: '{{ ZENDESK_API_KEY }}'
|
ZENDESK_API_KEY: '{{ ZENDESK_API_KEY }}'
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ env =
|
|||||||
DANGEROUS_SALT=dev-notify-salt
|
DANGEROUS_SALT=dev-notify-salt
|
||||||
SECRET_KEY=dev-notify-secret-key
|
SECRET_KEY=dev-notify-secret-key
|
||||||
ZENDESK_API_KEY=test
|
ZENDESK_API_KEY=test
|
||||||
STATSD_PREFIX=stats-prefix
|
|
||||||
REDIS_ENABLED=0
|
REDIS_ENABLED=0
|
||||||
|
|
||||||
filterwarnings =
|
filterwarnings =
|
||||||
|
|||||||
Reference in New Issue
Block a user