Faye to ActionCable: broadcasting modernization #1
+3
-1
@@ -6,7 +6,9 @@
|
||||
# Redis is also used for Mozo::Counter (replacing DrbCounter).
|
||||
#
|
||||
development:
|
||||
adapter: async
|
||||
adapter: redis
|
||||
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/2" } %>
|
||||
channel_prefix: mozo_backend_dev
|
||||
|
||||
test:
|
||||
adapter: test
|
||||
|
||||
Reference in New Issue
Block a user