12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- spring:
- data:
- redis:
- host: 139.224.34.118
- port: 6379
- database: 3
- password: Xx0GWxdWQJxx6Swe
- lettuce:
- pool:
- max-active: 20
- max-idle: 20
- min-idle: 0
- max-wait: -1ms
- timeout: 2000ms
- datasource:
- url: jdbc:mysql://139.224.34.118:3306/pas_prod2?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
- username: root
- password: TU5x6IeBi7rl
- driver-class-name: com.mysql.cj.jdbc.Driver
- type: com.alibaba.druid.pool.DruidDataSource
- druid:
- stat-view-servlet:
- login-username: admin
- login-password: Cslg2022+
- web-stat-filter:
- exclusions: "*.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/*"
- authorUrl: http://47.116.194.135:8880
- PCSUrl: http://47.116.194.135:8880
- #OPSUrl: http://192.168.1.24:5001
- OPSUrl: http://139.224.24.90:8880
- PASUrl: http://localhost:8877
- RMSUrl: http://localhost:8872
- FMSUrl: http://47.116.194.135:8803
- WDUrl: http://1.116.113.26:81
- PythonUrl: http://localhost:8001
- FileDownloadUrl: http://192.168.2.24:8803/fileManager/downloadFile?fileId=
- FileSource: 3
- ES:
- patent: patent
- config: es-cn-em93o8856000ho9e7.public.elasticsearch.aliyuncs.com
- WDSYS:
- account: caiyangl
- password: Lqftiu807005
- DIFY:
- apiKey: app-DDGJt4QUmzlc2aFQ5voOAXIj
- # cliamKey: app-fxpiWOYqtJM1BOaJnG54NlCZ
- OAApiKey: app-NvKwdHvEK2UmJdmjTGDR0xu6
- checkApiKey: aa
- cliamKey: app-jF3akhYKgljPLdpeIpTNbs6f
- gInstructionKey: app-7ImBmlr7kvBTSvBj1mTvgKyp
- url: http://192.168.2.24/v1/
|