mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 00:46:03 +01:00
10 lines
116 B
YAML
10 lines
116 B
YAML
|
development:
|
||
|
adapter: async
|
||
|
|
||
|
test:
|
||
|
adapter: async
|
||
|
|
||
|
production:
|
||
|
adapter: redis
|
||
|
url: redis://localhost:6379/1
|