Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Pardo committed Mar 15, 2016
1 parent d95f6db commit d6e92b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHECKS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/es/users/login Iniciar
6 changes: 6 additions & 0 deletions config/initializers/errbit.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Airbrake.configure do |config|
config.api_key = ENV['ERRBIT_API_KEY']
config.host = 'https://err.alabs.org'
config.port = 443
config.secure = config.port == 443
end

0 comments on commit d6e92b9

Please sign in to comment.