File size: 190 Bytes
f5071ca
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
development:
  adapter: async

test:
  adapter: async

production:
  adapter: redis
  url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
  channel_prefix: facebook_production