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:
parent
3cb2fb4afc
commit
d8116ea878
1 changed files with 0 additions and 11 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue