Sha256: deeae36d53e1e82389f97e724f326c0dd9e2bd1fe05cdf2a08558c02b8e54428
Contents?: true
Size: 677 Bytes
Versions: 21
Compression:
Stored size: 677 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 enabled: true # 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
21 entries across 21 versions & 3 rubygems