| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- spring:
- rabbitmq:
- host: 192.168.2.24
- port: 5672
- username: admin
- password: 123456
- data:
- redis:
- host: 192.168.2.24
- 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://192.168.2.24:3306/pas_prod2?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
- username: root
- password: rrzTwWAYX8Gxh5JH
- 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/*"
- quartz:
- #相关属性配置
- properties:
- org:
- quartz:
- scheduler:
- instanceName: DefaultQuartzScheduler
- instanceId: AUTO
- jobStore:
- class: org.springframework.scheduling.quartz.LocalDataSourceJobStore
- driverDelegateClass: org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- tablePrefix: QRTZ_
- isClustered: false
- clusterCheckinInterval: 10000
- useProperties: false
- threadPool:
- class: org.quartz.simpl.SimpleThreadPool
- threadCount: 10
- threadPriority: 5
- threadsInheritContextClassLoaderOfInitializingThread: true
- dataSource:
- default:
- URL: jdbc:mysql://192.168.2.24:3306/pas_prod2?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
- user: root
- password: rrzTwWAYX8Gxh5JH
- driver: com.mysql.jdbc.Driver
- #数据库方式
- job-store-type: jdbc
- #初始化表结构`
- jdbc:
- initialize-schema: never
- authorUrl: http://192.168.2.24:8871
- PCSUrl: http://192.168.2.24:8871
- #OPSUrl: http://192.168.2.24:5001
- OPSUrl: http://47.116.194.135:5001
- PASUrl: http://localhost:8879
- FMSUrl: http://192.168.2.24:8803
- WDUrl: http://1.116.113.26:81
- PythonUrl: http://192.168.2.24:8001
- FileDownloadUrl: http://192.168.2.24:8803/fileManager/downloadFile?fileId=
- FileSource: 1
- ES:
- patentVector: patent_vector
- patent: wxpatent
- config: 192.168.2.24
- WDSYS:
- account: caiyangl
- password: Lqftiu807005
- management:
- endpoints:
- web:
- exposure:
- include: "*"
- endpoint:
- health:
- show-details: always
- DIFY:
- apiKey: app-DDGJt4QUmzlc2aFQ5voOAXIj
- # cliamKey: app-fxpiWOYqtJM1BOaJnG54NlCZ
- OAApiKey: app-NvKwdHvEK2UmJdmjTGDR0xu6
- checkApiKey: aa
- cliamKey: app-jF3akhYKgljPLdpeIpTNbs6f
- # gInstructionKey: app-7ImBmlr7kvBTSvBj1mTvgKyp
- gInstructionKey: app-7ImBmlr7kvBTSvBj1mTvgKyp
- discoveryResultKey: app-G5gnZ4s7GlMEIft79fk7hUR7
- aiPatentResultKey: app-KLneZ6O7qXL2DjKm169ltxJI
- url: http://192.168.2.24/v1/
|