From fac995b87ea9cdb0552e63bec58c07830c9cab17 Mon Sep 17 00:00:00 2001 From: Zach Gollwitzer Date: Thu, 9 May 2024 19:55:05 -0400 Subject: [PATCH] Remove stale Redis dep (#731) Signed-off-by: Zach Gollwitzer --- config/cable.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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