| 1234567891011121314151617181920212223242526272829 |
- spring:
- redis:
- sentinel:
- master: ${SENTINEL_MASTER:}
- password: ${REDIS_PASSWORD:}
- database: 9
- timeout: 3000
- lettuce:
- pool:
- max-active: 1000
- max-wait: -1ms
- max-idle: 10
- min-idle: 5
- hobbystocks:
- redis:
- sentinel:
- nodes: ${SENTINEL_NODES:}
- host:
- pointUrl: https://app/api/local/v1/point/operate
- getSku: http://app/api/local/v1/items/sku/
- orderUrl: https://py-app/api/v5/lot/order/create
- user:
- info-url: http://app/api/local/v1/user/auction/check-msg/
- knife4j:
- enable: true
- setting:
- language: zh-CN
- production: false
|