Remove duplicate line

Probably due to a bad merge conflict resolution

Line is already on line `#25`
This commit is contained in:
Jean-Baptiste Bellet
2023-04-18 16:01:04 +02:00
parent 8ad4d2cc2e
commit 61850f7e92

View File

@@ -13,8 +13,6 @@ Openfoodnetwork::Application.configure do
config.action_controller.default_url_options = {host: "localhost", port: 3000}
config.session_store :cache_store, key: "_sessions_development", compress: true, pool_size: 5, expire_after: 1.year
# :file_store is used by default when no cache store is specifically configured.
if !!ENV["PROFILE"] || !!ENV["DEV_CACHING"]
config.cache_store = :redis_cache_store, {