fixing rubocop errors

This commit is contained in:
bruckwubete
2018-07-10 15:05:50 -04:00
parent 407e8ee13c
commit 91644281c4
5 changed files with 12 additions and 12 deletions

View File

@ -73,7 +73,8 @@ Rails.application.configure do
# Use default logging formatter so that PID and timestamp are not suppressed.
config.log_formatter = ::Logger::Formatter.new
# rails runs over http in production. Turning OpenSSL verify off to skip oauth2 verification of certs. This is done on nginx level
# rails runs over http in production. Turning OpenSSL verify off to skip oauth2 verification of certs.
# This is done on nginx level
OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE
# Use a different logger for distributed setups.