aca00d6218
because I'm getting exceptions from Mission Control
16 lines
258 B
YAML
16 lines
258 B
YAML
cable: &cable
|
|
adapter: solid_cable
|
|
connects_to:
|
|
database:
|
|
writing: cable
|
|
reading: cable
|
|
polling_interval: 0.1.seconds
|
|
message_retention: 1.day
|
|
|
|
development: *cable
|
|
test:
|
|
adapter: test
|
|
beta: *cable
|
|
staging: *cable
|
|
production: *cable
|