mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 14:42:24 -05:00
Set new relic license key via env var
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
# You must specify the license key associated with your New
|
||||
# Relic account. This key binds the Python Agent's data to your
|
||||
# account in the New Relic service.
|
||||
license_key = 88822380cb0c943af94c03098042a78b53d1NRAL
|
||||
# license_key is set via NEW_RELIC_LICENSE_KEY env var
|
||||
|
||||
host = gov-collector.newrelic.com
|
||||
|
||||
@@ -45,7 +45,7 @@ distributed_tracing.enabled = true
|
||||
# application and reports this data to the New Relic UI at
|
||||
# newrelic.com. This global switch is normally overridden for
|
||||
# each environment below.
|
||||
monitor_mode = true
|
||||
monitor_mode = false
|
||||
|
||||
# Sets the name of a file to log agent messages to. Useful for
|
||||
# debugging any issues with the agent. This is not set by
|
||||
|
||||
Reference in New Issue
Block a user