add cable .yml
This commit is contained in:
7
config/cable.yml
Executable file
7
config/cable.yml
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
redis: &redis
|
||||||
|
adapter: redis
|
||||||
|
url: redis://localhost:6379/1
|
||||||
|
|
||||||
|
production: *redis
|
||||||
|
development: *redis
|
||||||
|
test: *redis
|
||||||
Reference in New Issue
Block a user