mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-09 08:47:11 -05:00
11 lines
220 B
YAML
11 lines
220 B
YAML
development:
|
|
adapter: redis
|
|
url: <%= ENV['REDIS_URL'] %>
|
|
|
|
test:
|
|
adapter: test
|
|
|
|
production:
|
|
adapter: redis
|
|
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
|
|
channel_prefix: dawarich_production
|