Sha256: 4778bc0c2539093c9468489e3b6258e25a82d99bf872e6d2162146ebbef7f0eb

Contents?: true

Size: 789 Bytes

Versions: 3

Compression:

Stored size: 789 Bytes

Contents

# This file configures the New Relic Agent.
#
# For full documentation of agent configuration options, please refer to
# https://docs.newrelic.com/docs/agents/ruby-agent/installation-configuration/ruby-agent-configuration

common: &default_settings
  license_key: <%= ENV['NEW_RELIC_LICENSE_KEY'] %>
  app_name: <%= ENV['SHOPIFY_APP_NAME'] || 'Unknown App' %>

  # To disable the agent regardless of other settings, uncomment the following:
  # agent_enabled: false

  # Logging level for log/newrelic_agent.log
  log_level: info

development:
  <<: *default_settings
  app_name: <%= ENV['SHOPIFY_APP_NAME'] || 'Unknown App' %> (Development)
  developer_mode: true

test:
  <<: *default_settings
  monitor_mode: false

staging:
  <<: *default_settings

production:
  <<: *default_settings

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
disco_app-0.16.1.pre.sidekiq.pre.6.pre.release lib/generators/disco_app/templates/config/newrelic.yml
disco_app-0.16.0 lib/generators/disco_app/templates/config/newrelic.yml
disco_app-0.16.1 lib/generators/disco_app/templates/config/newrelic.yml