Skip to content

Commit

Permalink
SSL Certificate Verification Control
Browse files Browse the repository at this point in the history
SSL Certificate Verification Control
  • Loading branch information
garytaylor committed May 15, 2019
2 parents bb026aa + d69fd5f commit c3dd143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,5 @@

Raven.configure do |config|
config.dsn = ENV['RAVEN_DSN'] || ""
config.ssl_verification = ENV.fetch('RAVEN_SSL_VERIFICATION', 'true').downcase == 'true'
end

0 comments on commit c3dd143

Please sign in to comment.