mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 02:23:19 -04:00
Configure egress proxy for new relic integration
This commit is contained in:
@@ -23,6 +23,9 @@ applications:
|
||||
NOTIFY_LOG_LEVEL: INFO
|
||||
FLASK_APP: application.py
|
||||
FLASK_DEBUG: "false"
|
||||
NEW_RELIC_CONFIG_FILE: newrelic.ini
|
||||
NEW_RELIC_ENVIRONMENT: ((env))
|
||||
|
||||
REDIS_ENABLED: ((REDIS_ENABLED))
|
||||
ADMIN_BASE_URL: https://((public_admin_route))
|
||||
API_HOST_NAME: https://notify-api-((env)).apps.internal:61443
|
||||
@@ -34,6 +37,7 @@ applications:
|
||||
SECRET_KEY: ((SECRET_KEY))
|
||||
BASIC_AUTH_USERNAME: ((BASIC_AUTH_USERNAME))
|
||||
BASIC_AUTH_PASSWORD: ((BASIC_AUTH_PASSWORD))
|
||||
NEW_RELIC_LICENSE_KEY: ((NEW_RELIC_LICENSE_KEY))
|
||||
|
||||
AWS_REGION: us-west-2
|
||||
AWS_ACCESS_KEY_ID: ((AWS_ACCESS_KEY_ID))
|
||||
|
||||
Reference in New Issue
Block a user