mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -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
|