rails-app moved to examples folder
This commit is contained in:
10
examples/rails-app/config/cable.yml
Normal file
10
examples/rails-app/config/cable.yml
Normal file
@ -0,0 +1,10 @@
|
||||
development:
|
||||
adapter: async
|
||||
|
||||
test:
|
||||
adapter: async
|
||||
|
||||
production:
|
||||
adapter: redis
|
||||
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
|
||||
channel_prefix: app_production
|
Reference in New Issue
Block a user