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

View File

@@ -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