Merge pull request #495 from GSA/new-relic-prod-name

Add env to app name for new relic production config
This commit is contained in:
Ryan Ahearn
2023-05-08 09:37:40 -04:00
committed by GitHub

View File

@@ -216,7 +216,7 @@ app_name = us-notify-admin (Demo)
monitor_mode = true
[newrelic:production]
app_name = us-notify-admin
app_name = us-notify-admin (Production)
monitor_mode = true
# ---------------------------------------------------------------------------