Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions config/cable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@ test:

production:
adapter: solid_cable
connects_to:
database:
writing: cable
polling_interval: 0.1.seconds
message_retention: 1.day
1 change: 0 additions & 1 deletion config/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ test:
<<: *default

production:
database: cache
<<: *default
15 changes: 2 additions & 13 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,5 @@ test:
# for a full overview on how database connection configuration can be specified.
#
production:
primary: &primary_production
<<: *default
url: <%= ENV["DATABASE_URL"] %>
# Share the same database for cache, queue, and cable (saves connections/memory)
cache:
<<: *primary_production
migrations_paths: db/cache_migrate
queue:
<<: *primary_production
migrations_paths: db/queue_migrate
cable:
<<: *primary_production
migrations_paths: db/cable_migrate
<<: *default
url: <%= ENV["DATABASE_URL"] %>
17 changes: 0 additions & 17 deletions db/cable_schema.rb

This file was deleted.

17 changes: 0 additions & 17 deletions db/cache_schema.rb

This file was deleted.

17 changes: 0 additions & 17 deletions db/queue_schema.rb

This file was deleted.