Sha256: c0c6dcfdfe53b64d9c97be683011ab4a4503f9a44f06d3c95fa929af0db6662b
Contents?: true
Size: 755 Bytes
Versions: 51
Compression:
Stored size: 755 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 production: <<: *default_settings
Version data entries
51 entries across 51 versions & 1 rubygems