mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-02 06:51:40 +00:00
Remove ignored session store config
We set the session store in an initializer and therefore the development config was overridden without having any effect.
This commit is contained in:
@@ -22,8 +22,6 @@ Openfoodnetwork::Application.configure do
|
||||
}
|
||||
end
|
||||
|
||||
config.session_store :cache_store, key: "_sessions_development", compress: true, pool_size: 5, expire_after: 1.year
|
||||
|
||||
config.eager_load = false
|
||||
|
||||
# Show full error reports and disable caching
|
||||
|
||||
Reference in New Issue
Block a user