diff --git a/config/cable.yml b/config/cable.yml index 79259724b..e93e8dfed 100644 --- a/config/cable.yml +++ b/config/cable.yml @@ -1,8 +1,10 @@ development: - adapter: postgresql + adapter: async test: - adapter: postgresql + adapter: async production: - adapter: postgresql + adapter: redis + url: redis://localhost:6379/1 + channel_prefix: scinote_production