1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-05 21:45:23 +02:00
Maybe/config/cable.yml

11 lines
191 B
YAML
Raw Normal View History

2024-02-02 09:05:04 -06:00
development:
adapter: postgresql
2024-02-02 09:05:04 -06:00
test:
adapter: test
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: maybe_production