Sha256: 2b60b2f2ecbdb19fff3e1bd1b68614fd65616dfa4a094c992abf460647c67d29

Contents?: true

Size: 547 Bytes

Versions: 46

Compression:

Stored size: 547 Bytes

Contents

default: &defaults
  # Your push api key, it is possible to set this dynamically using ERB:
  # push_api_key: "<%= ENV['APPSIGNAL_PUSH_API_KEY'] %>"
  push_api_key: "my_app_key"

  # Your app's name
  name: "MyApp"

  # The cuttoff point in ms above which a request is considered slow, default is 200
  # slow_request_threshold: 200

# Configuration per environment, leave out an environment or set active
# to false to not push metrics for that environment.
development:
  <<: *defaults
  active: true

production:
  <<: *defaults
  active: true

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
appsignal-0.9.6 spec/support/fixtures/generated_config.yml
appsignal-0.9.5 spec/support/fixtures/generated_config.yml
appsignal-0.9.4 spec/support/fixtures/generated_config.yml
appsignal-0.9.3 spec/support/fixtures/generated_config.yml
appsignal-0.9.2 spec/support/fixtures/generated_config.yml
appsignal-0.9.1 spec/support/fixtures/generated_config.yml
appsignal-0.9.0 spec/support/fixtures/generated_config.yml
appsignal-0.8.15 spec/support/fixtures/generated_config.yml
appsignal-0.9.0.beta.1 spec/support/fixtures/generated_config.yml
appsignal-0.9.0.alpha.1 spec/support/fixtures/generated_config.yml
appsignal-0.8.14 spec/support/fixtures/generated_config.yml
appsignal-0.8.13 spec/support/fixtures/generated_config.yml
appsignal-0.8.12 spec/support/fixtures/generated_config.yml
appsignal-0.8.11 spec/support/fixtures/generated_config.yml
appsignal-0.8.10 spec/support/fixtures/generated_config.yml
appsignal-0.8.8 spec/support/fixtures/generated_config.yml
appsignal-0.8.7 spec/support/fixtures/generated_config.yml
appsignal-0.8.7.alpha.1 spec/support/fixtures/generated_config.yml
appsignal-0.8.6 spec/support/fixtures/generated_config.yml
appsignal-0.8.6.beta.1 spec/support/fixtures/generated_config.yml