omind-userplat.yml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. spring:
  2. datasource:
  3. dynamic:
  4. # 设置默认的数据源或者数据源组,默认值即为 master
  5. primary: master
  6. seata: false
  7. datasource:
  8. # 主库数据源
  9. master:
  10. type: ${spring.datasource.type}
  11. driver-class-name: com.mysql.cj.jdbc.Driver
  12. url: ${datasource.tino-user-plat.url}
  13. username: ${datasource.tino-user-plat.username}
  14. password: ${datasource.tino-user-plat.password}
  15. forest:
  16. backend: okhttp3
  17. max-retry-count: 3 #请求失败后重试次数,默认为0次不重试
  18. max-retry-interval: 1000 #重试间隔时间
  19. connect-timeout: 3000 #链接超时时间
  20. timeout: 3000 # 请求超时时间
  21. ## 日志总开关,打开/关闭Forest请求/响应日志(默认为 true)
  22. log-enabled: true
  23. ## 打开/关闭Forest请求日志(默认为 true)
  24. log-request: true
  25. ## 打开/关闭Forest响应状态日志(默认为 true)
  26. log-response-status: true
  27. ## 打开/关闭Forest响应内容日志(默认为 false)
  28. log-response-content: true
  29. variables:
  30. uplatAuthUrl: http://test
  31. wx:
  32. miniapp:
  33. appid: wx66a19ee384891552
  34. secret: ba978615ad3666101a14e2ec6514b764
  35. token: tino2023
  36. aesKey: rA5bUXwCPrSnicABarl6rLGm9BWGBnvkIG9TPzjt2ae
  37. msgDataFormat: JSON
  38. pay:
  39. mchId: 1638720029
  40. mchKey: 0lKdF0C3kfxeweg2ySf61e67b0ml3Wik
  41. keyPath: classpath:/resources/tino_apiclient_cert.p12
  42. isSandbox: true
  43. payCallback: https://127.0.0.1:8080/mp/v1/pay/wx
  44. xxl:
  45. job:
  46. admin:
  47. addresses: http://172.25.0.9:8080/xxl-job-admin
  48. accessToken: default_token
  49. executor:
  50. appname: tino-scheduler-userplat
  51. address:
  52. ip:
  53. port: 18085
  54. logpath: /data/applogs/xxl-job/jobhandler
  55. logretentiondays: 30