Skip to content

Commit 850416e

Browse files
authored
Redis Heroku Upgrade (#24)
* Updated redis config * Delete config/initializers/sidekiq.rb * Update redis.rb * Update redis.rb
1 parent f97e067 commit 850416e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/initializers/redis.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
# rubocop:disable Style/GlobalVars
4+
$redis = Redis.new(url: ENV.fetch('REDIS_URL', nil), ssl_params: { verify_mode: OpenSSL::SSL::VERIFY_NONE })
5+
# rubocop:enable Style/GlobalVars

0 commit comments

Comments
 (0)