Typo in config

This commit is contained in:
Philipp Bayer
2014-08-25 13:06:55 +10:00
parent 735dc8c47f
commit abaebf7021

View File

@@ -1,7 +1,7 @@
# This is the config to talk to opensnperr.herokuapp.com
Airbrake.configure do |config|
config.api_key = APP_CONFIG[:errbit][:api_key]
config.host = APP_CONFIG[:errbit][:host]
config.api_key = APP_CONFIG[:errbit]['api_key']
config.host = APP_CONFIG[:errbit]['host']
config.port = 80
config.secure = config.port == 443
config.environment_name = Rails.env.production? ? `hostname` : Rails.env