vereto-api/config/cable.yml
2018-02-16 09:12:51 +00:00

10 lines
156 B
YAML

development:
adapter: async
test:
adapter: async
production:
adapter: redis
url: redis://localhost:6379/1
channel_prefix: vereto-api_production