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