We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac41ef2 commit bc1d7efCopy full SHA for bc1d7ef
1 file changed
config/environments/production.rb
@@ -61,11 +61,11 @@
61
#
62
# Skip DNS rebinding protection for the default health check endpoint.
63
# config.host_authorization = { exclude: ->(request) { request.path == "/up" } }
64
-end
65
66
-# Redis cache for production
67
-config.cache_store = :redis_cache_store, {
68
- url: ENV.fetch("REDIS_URL", "redis://localhost:6379/2"),
69
- expires_in: 30.minutes,
70
- namespace: "kl"
71
-}
+ # Redis cache for production
+ config.cache_store = :redis_cache_store, {
+ url: ENV.fetch("REDIS_URL", "redis://localhost:6379/2"),
+ expires_in: 30.minutes,
+ namespace: "kl"
+ }
+end
0 commit comments