mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
New relic fallback to old license key #2711
This commit is contained in:
parent
774e8a8dc6
commit
f2ac096f04
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ common: &default_settings
|
|||
# You must specify the license key associated with your New Relic
|
||||
# account. This key binds your Agent's data to your account in the
|
||||
# New Relic service.
|
||||
license_key: <%= ENV['new_relic_license_key'] %>
|
||||
license_key: <%= ENV['new_relic_license_key'] || '42d1c2ba4ed17a9cf6297c59d80e563a3dd3c4fa' %>
|
||||
|
||||
# Agent Enabled (Ruby/Rails Only)
|
||||
# Use this setting to force the agent to run or not run.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue