Sha256: ebdbf68ac2cb44fe496be473052f52aa379c929afe47d499f62de4951e5f7d56
Contents?: true
Size: 1.07 KB
Versions: 94
Compression:
Stored size: 1.07 KB
Contents
common: &default_settings # Required license key associated with your New Relic account. license_key: <%= ENV["NEWRELIC_APM_LICENSE"] %> # 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 app_name: Nexmo Developer # To disable the agent regardless of other settings, uncomment the following: # agent_enabled: false # Logging level for log/newrelic_agent.log log_level: info # Environment-specific settings are in this section. # RAILS_ENV or RACK_ENV (as appropriate) is used to determine the environment. # If your application has other named environments, configure them here. development: <<: *default_settings app_name: Nexmo Developer (Development) monitor_mode: false test: <<: *default_settings # It doesn't make sense to report to New Relic from automated test runs. monitor_mode: false staging: <<: *default_settings app_name: Nexmo Developer (Staging) monitor_mode: false production: <<: *default_settings
Version data entries
94 entries across 94 versions & 1 rubygems