Files
fizzy/config/cable.yml
T

15 lines
237 B
YAML

cable: &cable
adapter: solid_cable
connects_to:
database:
writing: cable
polling_interval: 0.1.seconds
message_retention: 1.day
development: *cable
test:
adapter: test
beta: *cable
staging: *cable
production: *cable