mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Remove duplicate line
Probably due to a bad merge conflict resolution Line is already on line `#25`
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user