Configure queue database #38
1 changed files with 8 additions and 0 deletions
|
@ -17,6 +17,10 @@ development:
|
|||
<<: *default
|
||||
database: db/development_cache.sqlite3
|
||||
migrations_paths: db/cache_migrate
|
||||
queue:
|
||||
<<: *default
|
||||
database: db/development_queue.sqlite3
|
||||
migrations_paths: db/queue_migrate
|
||||
|
||||
|
||||
# Warning: The database defined as "test" will be erased and
|
||||
|
@ -34,3 +38,7 @@ production:
|
|||
<<: *default
|
||||
database: db/production_cache.sqlite3
|
||||
migrations_paths: db/cache_migrate
|
||||
queue:
|
||||
<<: *default
|
||||
database: db/production_queue.sqlite3
|
||||
migrations_paths: db/queue_migrate
|
||||
|
|
Loading…
Reference in a new issue