diff --git a/config/cable.yml b/config/cable.yml index 0250b01b..cc73650e 100644 --- a/config/cable.yml +++ b/config/cable.yml @@ -5,6 +5,4 @@ test: adapter: test production: - adapter: redis - url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %> - channel_prefix: maybe_production + adapter: postgresql