Fix errbit host
This commit is contained in:
parent
fa555938f4
commit
19f4863368
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
Airbrake.configure do |config|
|
Airbrake.configure do |config|
|
||||||
config.api_key = '066f6146dde14038b5ab69a2f680cd4a'
|
config.api_key = '066f6146dde14038b5ab69a2f680cd4a'
|
||||||
config.host = 'zeus-errbit.ilion.me'
|
config.host = 'errbit.awesomepeople.tv'
|
||||||
config.port = 80
|
config.port = 80
|
||||||
config.secure = config.port == 443
|
config.secure = config.port == 443
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue