We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97e067 commit 850416eCopy full SHA for 850416e
config/initializers/redis.rb
@@ -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