Add production queue database
This commit is contained in:
parent
99476c14c8
commit
21007e8168
1 changed files with 4 additions and 0 deletions
|
@ -35,3 +35,7 @@ production:
|
||||||
<<: *default
|
<<: *default
|
||||||
database: <%= ENV.fetch("RAILS_CACHE_DATABASE_PATH", "storage/production_cache.sqlite3") %>
|
database: <%= ENV.fetch("RAILS_CACHE_DATABASE_PATH", "storage/production_cache.sqlite3") %>
|
||||||
migrations_paths: db/cache_migrate
|
migrations_paths: db/cache_migrate
|
||||||
|
queue:
|
||||||
|
<<: *default
|
||||||
|
database: <%= ENV.fetch("RAILS_QUEUE_DATABASE_PATH", "storage/production_queue.sqlite3") %>
|
||||||
|
migrations_paths: db/queue_migrate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue