Mercurial > rsstweet
diff config/application.rb @ 231:01f3a7e073c3
Remove unsupported namespace syntax
Leftover from redis-rails.
author | nanaya <me@nanaya.net> |
---|---|
date | Mon, 16 Jan 2023 16:23:29 +0900 |
parents | cf3ebc67dab1 |
children | 89f6c0016bab |
line wrap: on
line diff
--- a/config/application.rb Thu Apr 28 22:49:21 2022 +0900 +++ b/config/application.rb Mon Jan 16 16:23:29 2023 +0900 @@ -43,7 +43,7 @@ config.session_store :disabled if $cfg[:redis_server] - config.cache_store = :redis_cache_store, { url: "#{$cfg[:redis_server]}/cache_store" } + config.cache_store = :redis_cache_store, { url: "#{$cfg[:redis_server]}" } end end end