First version.

This commit is contained in:
Jeremy Caudle
2022-02-05 22:05:56 +00:00
commit 140921ce10
70 changed files with 1242 additions and 0 deletions

10
config/cable.yml Normal file
View 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: caf_hiddenagenda_ltd_uk_production