Sha256: f192fa0076f2228833b2ec17b5688c1a7b17c4f3cac28784192e8a48c2d61ee7
Contents?: true
Size: 730 Bytes
Versions: 79
Compression:
Stored size: 730 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: "<%= app_name %>" # Actions that should not be monitored by AppSignal # ignore_actions: # - ApplicationController#isup # See http://docs.appsignal.com/gem-settings/configuration.html for # all configuration options. # 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
79 entries across 79 versions & 1 rubygems