Initial Commit
This commit is contained in:
commit
b93ee3e0f4
92 changed files with 2410 additions and 0 deletions
10
config/cable.yml
Normal file
10
config/cable.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
development:
|
||||
adapter: async
|
||||
|
||||
test:
|
||||
adapter: test
|
||||
|
||||
production:
|
||||
adapter: redis
|
||||
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
|
||||
channel_prefix: mongo_db_uppgift_production
|
||||
Loading…
Add table
Add a link
Reference in a new issue