app:update and modifying configurations
This commit is contained in:
parent
81ef17f346
commit
519a3616ac
25 changed files with 364 additions and 167 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue