vereto-api/config/cable.yml
2019-09-26 13:40:53 +02:00

10 lines
192 B
YAML

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