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 9cb2aca commit e5cae99Copy full SHA for e5cae99
config/cable.yml
@@ -7,5 +7,5 @@ test:
7
8
production:
9
adapter: redis
10
- url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
+ url: <%= ENV.fetch("CACHE_REDIS_URL") { "redis://localhost:6379/1" } %>
11
channel_prefix: visualizer_production
config/initializers/rack_mini_profiler.rb
@@ -2,5 +2,5 @@
2
3
Rack::MiniProfiler.config.enable_hotwire_turbo_drive_support = true
4
Rack::MiniProfiler.config.position = "bottom-right"
5
-Rack::MiniProfiler.config.storage_options = {url: ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" }}
+Rack::MiniProfiler.config.storage_options = {url: ENV.fetch("CACHE_REDIS_URL") { "redis://localhost:6379/1" }}
6
Rack::MiniProfiler.config.storage = Rack::MiniProfiler::RedisStore
0 commit comments