From 7e1823bc8440196dd0922db845bcd12c2ef3b71e Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sat, 19 Mar 2022 12:04:14 +0100 Subject: [PATCH] Suite --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 6d84f12..4685c0d 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -1,6 +1,6 @@ Rails.application.configure do # Settings specified here will take precedence over those in config/application.rb. - + OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE # Code is not reloaded between requests. config.cache_classes = true