Add production queue and cache database config
This commit is contained in:
@@ -33,3 +33,11 @@ production:
|
||||
<<: *default
|
||||
database: fizzy_production_cable
|
||||
migrations_paths: db/cable_migrate
|
||||
queue:
|
||||
<<: *default
|
||||
database: fizzy_production_queue
|
||||
migrations_paths: db/queue_migrate
|
||||
cache:
|
||||
<<: *default
|
||||
database: fizzy_production_cache
|
||||
migrations_paths: db/cache_migrate
|
||||
Reference in New Issue
Block a user