Always use the cache db for caching
This commit is contained in:
committed by
Mike Dalessio
parent
fd3ad90f47
commit
488c74d99e
@@ -0,0 +1,3 @@
|
||||
Rails.application.configure do
|
||||
config.solid_cache.connects_to = { database: { writing: :cache, reading: :cache } }
|
||||
end
|
||||
Reference in New Issue
Block a user