Cable config

This commit is contained in:
2025-11-02 01:09:33 +02:00
parent c3ec04711a
commit 1c644c6385
2 changed files with 18 additions and 11 deletions
+8
View File
@@ -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