Revert "Switch to postgres for cache!"

This reverts commit 3babcbd8ef.
This commit is contained in:
Max Wofford
2025-06-27 21:07:35 -04:00
parent 3babcbd8ef
commit fd55df1742

View File

@@ -104,9 +104,8 @@ production:
replica: true
cache:
<<: *default
adapter: postgresql
encoding: unicode
url: <%= ENV['DATABASE_URL'] %>
adapter: sqlite3
database: storage/production_cache.sqlite3
migrations_paths: db/cache_migrate
cable:
<<: *default