Skip to content

Commit

Permalink
Configurable NR app name
Browse files Browse the repository at this point in the history
  • Loading branch information
cavis committed May 20, 2016
1 parent 3fbf185 commit b5fd5d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/newrelic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ common: &default_settings
# - Ajax Service
# - All Services
#
app_name: cms.prx.org
app_name: <%= ENV['NEW_RELIC_NAME'] || 'cms.prx.org' %>

# When "true", the agent collects performance data about your
# application and reports this data to the New Relic service at
Expand Down
1 change: 1 addition & 0 deletions env-example
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ MEMCACHE_SERVERS=
META_HOST=meta.prx.org
MYSQL_ALLOW_EMPTY_PASSWORD=true
NEW_RELIC_KEY=
NEW_RELIC_NAME=
PRX_HOST=beta.prx.org
PUBLIC_ASSET_SECRET=
RAILS_ENV=development
Expand Down

0 comments on commit b5fd5d7

Please sign in to comment.