forked from External/greenlight
9 lines
116 B
YAML
9 lines
116 B
YAML
development:
|
|
adapter: async
|
|
|
|
test:
|
|
adapter: test
|
|
|
|
production:
|
|
adapter: <%= ENV['CABLE_ADAPTER'] || 'async' %>
|