Skip to content

Commit

Permalink
Merge pull request #2425 from FarmBot/hotfix
Browse files Browse the repository at this point in the history
v15.6.3
  • Loading branch information
gabrielburnworth authored May 10, 2023
2 parents db11343 + 9b66941 commit 4498a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Application < Rails::Application
config.load_defaults 6.0
config.active_storage.service = gcs_enabled ?
:google : :local
config.cache_store = :redis_cache_store, { url: REDIS_URL }
config.cache_store = :redis_cache_store, { url: REDIS_URL, ssl_params: { verify_mode: OpenSSL::SSL::VERIFY_NONE } }
config.middleware.use Rack::Attack
config.active_record.schema_format = :sql
config.active_record.belongs_to_required_by_default = false
Expand Down

0 comments on commit 4498a2f

Please sign in to comment.