mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-12 21:00:58 +00:00
Switch to rails 6 cache store
This commit is contained in:
parent
1ab89b7ba3
commit
92595cea70
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ module Ensl
|
|||
config.secret_token = ENV['APP_SECRET']
|
||||
|
||||
# Use a different cache store
|
||||
config.cache_store = :dalli_store, 'memcached:11211'
|
||||
config.cache_store = :mem_cache_store, 'memcached:11211'
|
||||
|
||||
# Use smtp-Server
|
||||
config.action_mailer.delivery_method = :smtp
|
||||
|
@ -88,7 +88,7 @@ module Ensl
|
|||
config.active_support.deprecation = :notify
|
||||
|
||||
# Enable threaded mode
|
||||
# Almost nothing is thread-safe, do not
|
||||
# Almost nothing is thread-safe, do NOT use this
|
||||
# config.threadsafe!
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue