ConfigMap.yml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. kind: ConfigMap
  2. apiVersion: v1
  3. metadata:
  4. name: cloud-yysj-login-authentication
  5. data:
  6. application.yaml: |-
  7. #mysql configuration
  8. spring:
  9. datasource:
  10. username: root
  11. url: jdbc:mysql://10.8.17.119:32196/cloud-yysj?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
  12. driver-class-name: com.mysql.cj.jdbc.Driver
  13. type: com.zaxxer.hikari.HikariDataSource
  14. hikari:
  15. minimum-idle: 5
  16. maximum-pool-size: 15
  17. auto-commit: true
  18. idle-timeout: 30000
  19. pool-name: DatebookHikariCP
  20. max-lifetime: 1800000
  21. connection-timeout: 30000
  22. password: 123456
  23. redis:
  24. host: 10.8.17.119
  25. port: 32042
  26. database: 3
  27. timeout: 1000
  28. password:
  29. lettuce:
  30. pool:
  31. max-active: 20
  32. max-wait: -1
  33. min-idle: 0
  34. max-idle: 10
  35. #jwt token expiration time
  36. auth:
  37. token:
  38. expire: 3600
  39. mybatis:
  40. configuration:
  41. map-underscore-to-camel-case: true
  42. yysj:
  43. logisticsPlatform:
  44. tokenUrl: https://ssl.logink.cn/authapi/rest/auth/apply?userid={userid}&password={password}&resource={resource}
  45. userInfoUrl: https://auth.logink.cn/AuthenticationService/SearchService?wsdl
  46. resource : 0ACA7C6BA38E0008E053C0A87F0B0008
  47. redis:
  48. prefix: "YYSJ_USER:"
  49. sjjh:
  50. info:
  51. contactPerson: yysj
  52. contactPhone: 13811426441
  53. customerSource: 0
  54. creatUserService:
  55. feignValue: "http://10.8.18.171:20011"
  56. feignUrl: "http://10.8.18.171:20011"
  57. sjjhOrderService:
  58. feignValue: "http://10.8.18.171:20181/"
  59. feignUrl: "http://10.8.18.171:20181/"