mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 19:48:48 +01:00
Ran `bin/rake rails:upgrade` and went through all the changes. Co-Authored-By: Dan Rice <dnrce@users.noreply.github.com>
9 lines
116 B
YAML
9 lines
116 B
YAML
development:
|
|
adapter: async
|
|
|
|
test:
|
|
adapter: async
|
|
|
|
production:
|
|
adapter: redis
|
|
url: redis://localhost:6379/1
|