vereto-api/config/cable.yml

11 lines
192 B
YAML
Raw Permalink Normal View History

2018-02-16 09:12:51 +00:00
development:
adapter: async
test:
adapter: async
production:
adapter: redis
2019-09-26 13:40:53 +02:00
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: vereto_api_production