realestately/config/cable.yml
2017-10-13 10:17:32 +11:00

10 lines
160 B
YAML

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