0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-02-17 01:21:27 +00:00
ensl.org/config/cable.yml

11 lines
185 B
YAML
Raw Normal View History

2020-03-26 00:15:20 +00:00
development:
adapter: async
test:
adapter: test
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: ensl_production