2015-09-09 13:37:10 +02:00
|
|
|
Airbrake.configure do |config|
|
|
|
|
config.api_key = '066f6146dde14038b5ab69a2f680cd4a'
|
2015-11-29 15:19:04 +01:00
|
|
|
config.host = 'errbit.awesomepeople.tv'
|
2015-09-09 13:37:10 +02:00
|
|
|
config.port = 80
|
|
|
|
config.secure = config.port == 443
|
|
|
|
end
|