Cable config
This commit is contained in:
parent
f0d9191ffc
commit
2aa033e0b0
|
@ -1,6 +1,6 @@
|
||||||
production:
|
production:
|
||||||
adapter: redis
|
adapter: redis
|
||||||
url: redis://localhost:6379/wblog_cable
|
url: redis://localhost:6379/actioncable_<%= ENV["REDIS_NAMESPACE"] %>
|
||||||
|
|
||||||
development:
|
development:
|
||||||
adapter: async
|
adapter: async
|
||||||
|
|
Loading…
Reference in New Issue