docbrown/config/cable.yml
2018-02-28 16:11:08 -05:00

10 lines
165 B
YAML

development:
adapter: async
test:
adapter: async
production:
adapter: redis
url: redis://localhost:6379/1
channel_prefix: practical_developer_production