mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 13:35:21 +02:00
12 lines
218 B
YAML
12 lines
218 B
YAML
|
development:
|
||
|
adapter: redis
|
||
|
url: redis://localhost:6379/1
|
||
|
|
||
|
test:
|
||
|
adapter: test
|
||
|
|
||
|
production:
|
||
|
adapter: redis
|
||
|
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
|
||
|
channel_prefix: maybe_production
|