init push - laying out the project
This commit is contained in:
12
portal/config/cable.yml
Normal file
12
portal/config/cable.yml
Normal file
@ -0,0 +1,12 @@
|
||||
development:
|
||||
adapter: redis
|
||||
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/3" } %>
|
||||
channel_prefix: production
|
||||
|
||||
test:
|
||||
adapter: test
|
||||
|
||||
production:
|
||||
adapter: redis
|
||||
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/3" } %>
|
||||
channel_prefix: production
|
Reference in New Issue
Block a user