123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- server:
- port: 8080
- spring:
- redis:
- hostName: r-bp1ps6my7lzg8rdhwx682.redis.rds.aliyuncs.com
- port: 6379
- password: Wqsd@2019
- timeout: 1000
- lettuce:
- pool:
- max-active: 8
- max-wait: -1
- max-idle: 8
- min-idle: 0
- feature-redis:
- hostName: r-bp1pi8wyv6lzvgjy5z.redis.rds.aliyuncs.com
- port: 6379
- password: Wqsd@2019
- timeout: 1000
- lettuce:
- pool:
- max-active: 8
- max-wait: -1
- max-idle: 8
- min-idle: 0
- long-video-redis:
- hostName: r-bp1ps6my7lzg8rdhwx682.redis.rds.aliyuncs.com
- port: 6379
- password: Wqsd@2019
- timeout: 1000
- lettuce:
- pool:
- max-active: 8
- max-wait: -1
- max-idle: 8
- min-idle: 0
- filter-redis:
- hostName: r-bp1ps6my7lzg8rdhwx682.redis.rds.aliyuncs.com
- port: 6379
- password: Wqsd@2019
- timeout: 1000
- lettuce:
- pool:
- max-active: 8
- max-wait: -1
- max-idle: 8
- min-idle: 0
- video-redis:
- hostName: r-bp1ps6my7lzg8rdhwx682.redis.rds.aliyuncs.com
- port: 6379
- password: Wqsd@2019
- timeout: 1000
- lettuce:
- pool:
- max-active: 8
- max-wait: -1
- max-idle: 8
- min-idle: 0
- data:
- mongodb:
- clusterHost: dds-bp1de4fc73029b241978.mongodb.rds.aliyuncs.com
- clusterPort: 3717
- secondaryHost: dds-bp1de4fc73029b241978.mongodb.rds.aliyuncs.com
- secondaryPort: 3717
- database: longvideo
- username: lv
- password: lv@2018
- replicaSetName: dds-bp1de4fc73029b241978.mongodb.rds.aliyuncs.com:3717,dds-bp1de4fc73029b242144.mongodb.rds.aliyuncs.com:3717
- # 连接池
- maxConnectionIdleTime: 180000
- # maxConnectionLifeTime: 30000
- maxWaitTime: 3000
- minSize: 5
- maxSize: 10
- datasource:
- crawler:
- jdbc-url: jdbc:mysql://rm-bp1159bu17li9hi94.mysql.rds.aliyuncs.com:3306/piaoquan-crawler?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false
- username: crawler
- password: crawler123456@
- driver-class-name: com.mysql.jdbc.Driver
- hikari:
- connection-timeout: 30000
- minimum-idle: 5
- maximum-pool-size: 10
- auto-commit: true
- idle-timeout: 30000
- adplatform:
- jdbc-url: jdbc:mysql://rm-bp12k5fuh5zyx31d28o.mysql.rds.aliyuncs.com:3306/adplatform?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false
- username: wx2023_ad
- password: wx2023_adP@assword1234
- driver-class-name: com.mysql.jdbc.Driver
- hikari:
- connection-timeout: 30000
- minimum-idle: 5
- maximum-pool-size: 10
- auto-commit: true
- idle-timeout: 30000
- aigc:
- jdbc-url: jdbc:mysql://rm-t4na9qj85v7790tf84o.mysql.singapore.rds.aliyuncs.com:3306/aigc-admin-prod?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false
- username: crawler_admin
- password: cyber#crawler_2023
- driver-class-name: com.mysql.jdbc.Driver
- hikari:
- connection-timeout: 30000
- minimum-idle: 5
- maximum-pool-size: 10
- auto-commit: true
- idle-timeout: 30000
- jpa:
- crawler:
- hibernate:
- ddl-auto: validate
- database: mysql
- adplatform:
- hibernate:
- ddl-auto: validate
- database: mysql
- aigc:
- hibernate:
- ddl-auto: validate
- database: mysql
- xxl:
- job:
- admin:
- addresses: http://xxl-job-test-internal.piaoquantv.com/xxl-job-admin
- accessToken:
- executor:
- appname: ${spring.application.name}
- address:
- ip:
- port: 9999
- logpath: /datalog/weblog/${spring.application.name}/xxl-job/
- logretentiondays: 30
- apollo:
- meta: http://testapolloconfig-internal.piaoquantv.com
- aliyun:
- log:
- endpoint: cn-hangzhou-intranet.log.aliyuncs.com
- accessKeyId: LTAIP6x1l3DXfSxm
- accessKeySecret: KbTaM9ars4OX3PMS6Xm7rtxGr1FLon
- project: recommend-server-test
- timer:
- log:
- project: recommend-server-test
- logStore: timer
- blacklist:
- filter:
- log:
- project: wqsd-video-test
- store: video_blacklist_security_filter_log
- small_page_url: https://testapi.piaoquantv.com
|