Sha256: 5f166999a258d05fd4e54bef041a4593eef2e83b95ccfc352411af98b900d532
Contents?: true
Size: 663 Bytes
Versions: 46
Compression:
Stored size: 663 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: "<%= push_api_key %>" # Your app's name name: "<%= Rails.application.class.parent_name %>" # 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. <% environments.each do |environment| -%> <%= environment %>: <<: *defaults active: true <%= "\n" unless environment == environments.last -%> <% end -%>
Version data entries
46 entries across 46 versions & 1 rubygems