Set new relic license key via env var

This commit is contained in:
Ryan Ahearn
2023-01-18 10:49:39 -05:00
parent 50bc1532a3
commit 0652b21521
5 changed files with 8 additions and 2 deletions
+1
View File
@@ -34,6 +34,7 @@ applications:
FLASK_ENV: production
NEW_RELIC_CONFIG_FILE: newrelic.ini
NEW_RELIC_ENVIRONMENT: ((env))
NEW_RELIC_LICENSE_KEY: ((NEW_RELIC_LICENSE_KEY))
NOTIFY_ENVIRONMENT: ((env))
API_HOST_NAME: https://((public_api_route))