1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 06:55:21 +02:00

Remove cable config file for redis.

This commit is contained in:
Claude Ayitey 2024-01-06 14:52:03 +00:00
parent 3cb2fb4afc
commit d8116ea878

View file

@ -1,11 +0,0 @@
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