0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-01-15 06:10:53 +00:00
ensl.org/config/cable.yml
2020-03-26 02:15:20 +02:00

10 lines
185 B
YAML

development:
adapter: async
test:
adapter: test
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: ensl_production