Cable config
This commit is contained in:
@@ -25,6 +25,10 @@ development:
|
||||
<<: *default
|
||||
database: subtle_storm_development_queue
|
||||
migrations_paths: db/queue_migrate
|
||||
cable:
|
||||
<<: *default
|
||||
database: subtle_storm_development_cable
|
||||
migrations_paths: db/cable_migrate
|
||||
|
||||
# Warning: The database defined as "test" will be erased and
|
||||
# re-generated from your development database when you run "rake".
|
||||
@@ -37,6 +41,10 @@ test:
|
||||
<<: *default
|
||||
database: subtle_storm_test_queue
|
||||
migrations_paths: db/queue_migrate
|
||||
cable:
|
||||
<<: *default
|
||||
database: subtle_storm_test_cable
|
||||
migrations_paths: db/cable_migrate
|
||||
|
||||
# As with config/credentials.yml, you never want to store sensitive information,
|
||||
# like your database password, in your source code. If your source code is
|
||||
|
||||
Reference in New Issue
Block a user