application-test.yml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. server:
  2. port: 8080
  3. spring:
  4. redis:
  5. hostName: r-bp1ps6my7lzg8rdhwx682.redis.rds.aliyuncs.com
  6. port: 6379
  7. password: Wqsd@2019
  8. timeout: 1000
  9. lettuce:
  10. pool:
  11. max-active: 8
  12. max-wait: -1
  13. max-idle: 8
  14. min-idle: 0
  15. feature-redis:
  16. hostName: r-bp1pi8wyv6lzvgjy5z.redis.rds.aliyuncs.com
  17. port: 6379
  18. password: Wqsd@2019
  19. timeout: 1000
  20. lettuce:
  21. pool:
  22. max-active: 8
  23. max-wait: -1
  24. max-idle: 8
  25. min-idle: 0
  26. long-video-redis:
  27. hostName: r-bp1ps6my7lzg8rdhwx682.redis.rds.aliyuncs.com
  28. port: 6379
  29. password: Wqsd@2019
  30. timeout: 1000
  31. lettuce:
  32. pool:
  33. max-active: 8
  34. max-wait: -1
  35. max-idle: 8
  36. min-idle: 0
  37. filter-redis:
  38. hostName: r-bp1ps6my7lzg8rdhwx682.redis.rds.aliyuncs.com
  39. port: 6379
  40. password: Wqsd@2019
  41. timeout: 1000
  42. lettuce:
  43. pool:
  44. max-active: 8
  45. max-wait: -1
  46. max-idle: 8
  47. min-idle: 0
  48. video-redis:
  49. hostName: r-bp1ps6my7lzg8rdhwx682.redis.rds.aliyuncs.com
  50. port: 6379
  51. password: Wqsd@2019
  52. timeout: 1000
  53. lettuce:
  54. pool:
  55. max-active: 8
  56. max-wait: -1
  57. max-idle: 8
  58. min-idle: 0
  59. data:
  60. mongodb:
  61. clusterHost: dds-bp1de4fc73029b241978.mongodb.rds.aliyuncs.com
  62. clusterPort: 3717
  63. secondaryHost: dds-bp1de4fc73029b241978.mongodb.rds.aliyuncs.com
  64. secondaryPort: 3717
  65. database: longvideo
  66. username: lv
  67. password: lv@2018
  68. replicaSetName: dds-bp1de4fc73029b241978.mongodb.rds.aliyuncs.com:3717,dds-bp1de4fc73029b242144.mongodb.rds.aliyuncs.com:3717
  69. # 连接池
  70. maxConnectionIdleTime: 180000
  71. # maxConnectionLifeTime: 30000
  72. maxWaitTime: 3000
  73. minSize: 5
  74. maxSize: 10
  75. datasource:
  76. crawler:
  77. jdbc-url: jdbc:mysql://rm-bp1159bu17li9hi94.mysql.rds.aliyuncs.com:3306/piaoquan-crawler?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false
  78. username: crawler
  79. password: crawler123456@
  80. driver-class-name: com.mysql.jdbc.Driver
  81. hikari:
  82. connection-timeout: 30000
  83. minimum-idle: 5
  84. maximum-pool-size: 10
  85. auto-commit: true
  86. idle-timeout: 30000
  87. adplatform:
  88. jdbc-url: jdbc:mysql://rm-bp12k5fuh5zyx31d28o.mysql.rds.aliyuncs.com:3306/adplatform?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false
  89. username: wx2023_ad
  90. password: wx2023_adP@assword1234
  91. driver-class-name: com.mysql.jdbc.Driver
  92. hikari:
  93. connection-timeout: 30000
  94. minimum-idle: 5
  95. maximum-pool-size: 10
  96. auto-commit: true
  97. idle-timeout: 30000
  98. aigc:
  99. jdbc-url: jdbc:mysql://rm-t4na9qj85v7790tf84o.mysql.singapore.rds.aliyuncs.com:3306/aigc-admin-prod?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false
  100. username: crawler_admin
  101. password: cyber#crawler_2023
  102. driver-class-name: com.mysql.jdbc.Driver
  103. hikari:
  104. connection-timeout: 30000
  105. minimum-idle: 5
  106. maximum-pool-size: 10
  107. auto-commit: true
  108. idle-timeout: 30000
  109. jpa:
  110. crawler:
  111. hibernate:
  112. ddl-auto: validate
  113. database: mysql
  114. adplatform:
  115. hibernate:
  116. ddl-auto: validate
  117. database: mysql
  118. aigc:
  119. hibernate:
  120. ddl-auto: validate
  121. database: mysql
  122. xxl:
  123. job:
  124. admin:
  125. addresses: http://xxl-job-test-internal.piaoquantv.com/xxl-job-admin
  126. accessToken:
  127. executor:
  128. appname: ${spring.application.name}
  129. address:
  130. ip:
  131. port: 9999
  132. logpath: /datalog/weblog/${spring.application.name}/xxl-job/
  133. logretentiondays: 30
  134. apollo:
  135. meta: http://testapolloconfig-internal.piaoquantv.com
  136. aliyun:
  137. log:
  138. endpoint: cn-hangzhou-intranet.log.aliyuncs.com
  139. accessKeyId: LTAIP6x1l3DXfSxm
  140. accessKeySecret: KbTaM9ars4OX3PMS6Xm7rtxGr1FLon
  141. project: recommend-server-test
  142. timer:
  143. log:
  144. project: recommend-server-test
  145. logStore: timer
  146. blacklist:
  147. filter:
  148. log:
  149. project: wqsd-video-test
  150. store: video_blacklist_security_filter_log
  151. small_page_url: https://testapi.piaoquantv.com