add cable .yml

This commit is contained in:
Aung Myo
2018-05-11 14:36:40 +06:30
parent 800fa41abb
commit 329af02a0a

7
config/cable.yml Executable file
View File

@@ -0,0 +1,7 @@
redis: &redis
adapter: redis
url: redis://localhost:6379/1
production: *redis
development: *redis
test: *redis