Sha256: 337ed06141a5bcb021c08c2875efa54d330753a4dc77f492cbd42acd1ce96b83

Contents?: true

Size: 661 Bytes

Versions: 8

Compression:

Stored size: 661 Bytes

Contents

#
# This file configures the Rack NewRelic Metric Application.  Place a copy of this file
# in the directory where you start the mongrel_rpm process.
#
common: &default_settings
  log_level: info
  
  # This is the key generated by script/create_admin
  license_key: 'your_license_key_here'
  
  # Replace this with the name of the application feeding
  # metrics into the Metric application;
  app_name: Application Monitor
    
# If RAILS_ENV or RUBY_ENV is defined to be one of the following
# these values will be overrides

production:
  <<: *default_settings
  app_name: Production Monitor
  
staging:
  <<: *default_settings
  app_name: Staging Monitor

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
newrelic_rpm-2.9.9 lib/new_relic/rack/newrelic.yml
newrelic_rpm-2.9.8 lib/new_relic/rack/newrelic.yml
newrelic_rpm-2.9.6 lib/new_relic/rack/newrelic.yml
genki-newrelic_rpm-2.10.1 lib/new_relic/rack/newrelic.yml
newrelic_rpm-2.9.5 lib/new_relic/rack/newrelic.yml
newrelic_rpm-2.9.2 lib/new_relic/rack/newrelic.yml
newrelic_rpm-2.9.3 lib/new_relic/rack/newrelic.yml
newrelic_rpm-2.9.4 lib/new_relic/rack/newrelic.yml