development:
adapter: async
test:
adapter: test
production:
adapter: <%= ENV['CABLE_ADAPTER'] || 'async' %>
url: <%= ENV['REDIS_URL'] %>
channel_prefix: greenlight_production
Powered by TurnKey Linux.