mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
6 lines
168 B
Ruby
6 lines
168 B
Ruby
Bugsnag.configure do |config|
|
|
config.api_key = "937a200f492fad600b4cc29dddda5f71"
|
|
config.notify_release_stages = %w(production staging)
|
|
config.use_ssl = true
|
|
end
|