application-dev.yml 617 B

1234567891011121314151617181920212223242526272829
  1. spring:
  2. redis:
  3. sentinel:
  4. master: ${SENTINEL_MASTER:}
  5. password: ${REDIS_PASSWORD:}
  6. database: 9
  7. timeout: 3000
  8. lettuce:
  9. pool:
  10. max-active: 1000
  11. max-wait: -1ms
  12. max-idle: 10
  13. min-idle: 5
  14. hobbystocks:
  15. redis:
  16. sentinel:
  17. nodes: ${SENTINEL_NODES:}
  18. host:
  19. pointUrl: https://app/api/local/v1/point/operate
  20. getSku: http://app/api/local/v1/items/sku/
  21. orderUrl: https://py-app/api/v5/lot/order/create
  22. user:
  23. info-url: http://app/api/local/v1/user/auction/check-msg/
  24. knife4j:
  25. enable: true
  26. setting:
  27. language: zh-CN
  28. production: false