Sha256: 29a0120d77c9c89aaf1abb442e7c19645ac8066d4a6b721f081c81f896af6e05
Contents?: true
Size: 893 Bytes
Versions: 6
Compression:
Stored size: 893 Bytes
Contents
--- # Unlisted environments will not be visible on the AppSignal site, # Active environments count towards the account plan limit. <%- environments.each do |environment| -%> <%= environment %>: <%- if selected_environment.to_sym == environment -%> # The API key used by the AppSignal gem to push this specific environment to # AppSignal. (required) # # It is possible to use ERB. # api_key: "<%%= ENV['APPSIGNAL_API_KEY'] %>" api_key: "<%= push_key %>" # The cuttoff point above which a request is considered slow. (default: 200) # slow_request_threshold: 200 # Change whether this environment should be monitored. (default: false) active: true <%- else -%> # Go to https://appsignal.com if you want to monitor your <%= environment %> # environment to obtain an api key. # api_key: <<%= environment.upcase %>-API-KEY> active: false <%- end -%> <%- end -%>
Version data entries
6 entries across 6 versions & 1 rubygems