internetee-registry/config/cable.yml
2021-12-13 15:08:37 +02:00

15 lines
266 B
YAML

development:
adapter: async
test:
adapter: async
production:
adapter: redis
url: redis://localhost:6379/1
channel_prefix: domain_name_registry_production
demo:
adapter: redis
url: redis://localhost:6379/1
channel_prefix: domain_name_registry_demo