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

Version Path
station-0.5.16 lib/nexmo_developer/config/newrelic.yml
station-0.5.15 lib/nexmo_developer/config/newrelic.yml
station-0.5.14 lib/nexmo_developer/config/newrelic.yml
station-0.5.13 lib/nexmo_developer/config/newrelic.yml
station-0.5.12 lib/nexmo_developer/config/newrelic.yml
station-0.5.11 lib/nexmo_developer/config/newrelic.yml
station-0.5.10 lib/nexmo_developer/config/newrelic.yml
station-0.5.9 lib/nexmo_developer/config/newrelic.yml
station-0.5.8 lib/nexmo_developer/config/newrelic.yml
station-0.5.7 lib/nexmo_developer/config/newrelic.yml
station-0.5.6 lib/nexmo_developer/config/newrelic.yml
station-0.5.5 lib/nexmo_developer/config/newrelic.yml
station-0.5.4 lib/nexmo_developer/config/newrelic.yml
station-0.5.3 lib/nexmo_developer/config/newrelic.yml
station-0.5.2 lib/nexmo_developer/config/newrelic.yml
station-0.5.1 lib/nexmo_developer/config/newrelic.yml
station-0.5.0 lib/nexmo_developer/config/newrelic.yml
station-0.4.9 lib/nexmo_developer/config/newrelic.yml
station-0.4.8 lib/nexmo_developer/config/newrelic.yml
station-0.4.7 lib/nexmo_developer/config/newrelic.yml