lumi-api/config/cable.yml
2019-04-05 17:20:20 -03:00

11 lines
194 B
YAML

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