Add production queue database

This commit is contained in:
Charlotte Van Petegem 2025-05-21 15:05:23 +02:00
parent 99476c14c8
commit 21007e8168
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E

View file

@ -35,3 +35,7 @@ production:
<<: *default
database: <%= ENV.fetch("RAILS_CACHE_DATABASE_PATH", "storage/production_cache.sqlite3") %>
migrations_paths: db/cache_migrate
queue:
<<: *default
database: <%= ENV.fetch("RAILS_QUEUE_DATABASE_PATH", "storage/production_queue.sqlite3") %>
migrations_paths: db/queue_migrate