You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/config/initializers/errbit.rb

8 lines
250 B
Ruby

13 years ago
Airbrake.configure do |config|
config.api_key = CFG.airbrake_api_key
config.host = CFG.airbrake_host
config.port = 80
config.secure = config.port == 443
13 years ago
config.development_environments = ['development', 'bugfix']
13 years ago
end