mirror of
https://github.com/chenasraf/snpr.git
synced 2026-05-17 17:38:07 +00:00
Typo in config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user