mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-27 20:38:48 +01:00
10 lines
155 B
YAML
10 lines
155 B
YAML
development:
|
|
adapter: async
|
|
|
|
test:
|
|
adapter: async
|
|
|
|
production:
|
|
adapter: redis
|
|
url: redis://localhost:6379/1
|
|
channel_prefix: tracksapp_production
|