metamaps--metamaps/config/cable.yml
2017-01-04 11:08:32 -05:00

10 lines
119 B
YAML

development:
adapter: async
test:
adapter: async
production:
adapter: redis
url: <%= ENV['REDISTOGO_URL'] %>