12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- kind: ConfigMap
- apiVersion: v1
- metadata:
- name: cloud-yysj-login-authentication
- data:
- application.yaml: |-
- #mysql configuration
- spring:
- datasource:
- username: root
- url: jdbc:mysql://10.8.17.119:32196/cloud-yysj?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
- driver-class-name: com.mysql.cj.jdbc.Driver
- type: com.zaxxer.hikari.HikariDataSource
- hikari:
- minimum-idle: 5
- maximum-pool-size: 15
- auto-commit: true
- idle-timeout: 30000
- pool-name: DatebookHikariCP
- max-lifetime: 1800000
- connection-timeout: 30000
- password: 123456
- redis:
- host: 10.8.17.119
- port: 32042
- database: 3
- timeout: 1000
- password:
- lettuce:
- pool:
- max-active: 20
- max-wait: -1
- min-idle: 0
- max-idle: 10
- #jwt token expiration time
- auth:
- token:
- expire: 3600
- mybatis:
- configuration:
- map-underscore-to-camel-case: true
- yysj:
- logisticsPlatform:
- tokenUrl: https://ssl.logink.cn/authapi/rest/auth/apply?userid={userid}&password={password}&resource={resource}
- userInfoUrl: https://auth.logink.cn/AuthenticationService/SearchService?wsdl
- resource : 0ACA7C6BA38E0008E053C0A87F0B0008
- redis:
- prefix: "YYSJ_USER:"
- sjjh:
- info:
- contactPerson: yysj
- contactPhone: 13811426441
- customerSource: 0
- creatUserService:
- feignValue: "http://10.8.18.171:20011"
- feignUrl: "http://10.8.18.171:20011"
- sjjhOrderService:
- feignValue: "http://10.8.18.171:20181/"
- feignUrl: "http://10.8.18.171:20181/"
|