mirror of
https://github.com/beatriceo/polyglot.git
synced 2025-08-10 10:39:13 +00:00
11 lines
153 B
YAML
11 lines
153 B
YAML
development:
|
|
adapter: async
|
|
|
|
test:
|
|
adapter: async
|
|
|
|
production:
|
|
adapter: redis
|
|
url: <%= ENV['REDIS_URL'] %>
|
|
channel_prefix: polyglot_production
|