metamaps/metamaps

View on GitHub
config/cable.yml

Summary

Maintainability
Test Coverage
development:
  adapter: async

test:
  adapter: async

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