Consolidate and simplify environment variables and config.py

This commit is contained in:
Ryan Ahearn
2022-10-18 16:16:13 -04:00
parent a946f7272c
commit d87d673b85
5 changed files with 79 additions and 208 deletions

View File

@@ -10,9 +10,6 @@ applications:
- route: notifications-admin.app.cloud.gov
services:
# - logit-ssl-syslog-drain
# - notify-prometheus
# - notify-splunk
- notifications-admin-redis-((env))
- notifications-api-csv-upload-bucket-((env))
- notifications-api-contact-list-bucket-((env))
@@ -27,7 +24,7 @@ applications:
DEPLOY_ENV: ((env))
REDIS_ENABLED: ((REDIS_ENABLED))
NOTIFY_ENVIRONMENT: live
NOTIFY_ENVIRONMENT: ((env))
# Credentials variables
ADMIN_CLIENT_SECRET: ((ADMIN_CLIENT_SECRET))