Skip to content

Commit

Permalink
Don't hardcode newrelic key
Browse files Browse the repository at this point in the history
  • Loading branch information
swrobel committed Feb 8, 2017
1 parent e5bdd18 commit a5c45f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/newrelic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

common: &default_settings
# Required license key associated with your New Relic account.
license_key: 45c92c27f40d975002ca7a7844898b8b0ab2b84e
license_key: <%= ENV['NEW_RELIC_LICENSE_KEY'] %>

# Your application name. Renaming here affects where data displays in New
# Relic. For more details, see https://docs.newrelic.com/docs/apm/new-relic-apm/maintenance/renaming-applications
Expand Down

0 comments on commit a5c45f1

Please sign in to comment.