2015-03-19 22:55:40 +01:00
|
|
|
Airbrake.configure do |config|
|
|
|
|
config.api_key = '6a6aacac3413e9c7b49b18c913477e4a'
|
2015-11-29 15:20:26 +01:00
|
|
|
config.host = 'errbit.awesomepeople.tv'
|
2015-03-19 22:55:40 +01:00
|
|
|
config.port = 80
|
|
|
|
config.secure = config.port == 443
|
|
|
|
end
|