wheat-cache/conf/wheat-cache.yaml

13 lines
114 B
YAML
Raw Permalink Normal View History

2021-09-05 17:07:34 +08:00
version: 'v1.0'
env: 'dev'
storage:
host: '127.0.0.1'
port: 5890
2021-09-25 13:37:41 +08:00
lru-cache:
mode: "single" # thread
2021-09-05 17:07:34 +08:00