parent
55a07d49d2
commit
d5bc6c718e
5 changed files with 54 additions and 4 deletions
|
@ -21,6 +21,10 @@ development:
|
|||
<<: *default
|
||||
database: storage/development_queue.sqlite3
|
||||
migrations_paths: db/queue_migrate
|
||||
cable:
|
||||
<<: *default
|
||||
database: storage/development_cable.sqlite3
|
||||
migrations_paths: db/cable_migrate
|
||||
|
||||
|
||||
# Warning: The database defined as "test" will be erased and
|
||||
|
@ -42,3 +46,7 @@ production:
|
|||
<<: *default
|
||||
database: storage/production_queue.sqlite3
|
||||
migrations_paths: db/queue_migrate
|
||||
cable:
|
||||
<<: *default
|
||||
database: storage/production_cable.sqlite3
|
||||
migrations_paths: db/cable_migrate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue