forked from External/greenlight
initial commit
This commit is contained in:
9
config/cable.yml
Normal file
9
config/cable.yml
Normal file
@ -0,0 +1,9 @@
|
||||
development:
|
||||
adapter: async
|
||||
|
||||
test:
|
||||
adapter: async
|
||||
|
||||
production:
|
||||
adapter: redis
|
||||
url: redis://localhost:6379/1
|
Reference in New Issue
Block a user