application-test.yml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. server:
  2. port: 8080
  3. eureka:
  4. client:
  5. serviceUrl:
  6. defaultZone: http://testeureka-internal.piaoquantv.com/eureka/
  7. spring:
  8. datasource:
  9. jdbcUrl: jdbc:mysql://rm-bp1k5853td1r25g3n690.mysql.rds.aliyuncs.com:3306/longvideo?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true
  10. username: wx2016_longvideo
  11. password: wx2016_longvideoP@assword1234
  12. adplatform:
  13. jdbcUrl: jdbc:mysql://rm-bp1k5853td1r25g3n690.mysql.rds.aliyuncs.com:3306/adplatform?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true
  14. username: wx2016_longvideo
  15. password: wx2016_longvideoP@assword1234
  16. servlet:
  17. multipart:
  18. max-file-size: 500MB
  19. max-request-size: 500MB
  20. cloud:
  21. sentinel:
  22. transport:
  23. dashboard: http://testsentinel-dashboard-internal.piaoquantv.com
  24. redis:
  25. hostName: r-bp1ps6my7lzg8rdhwx682.redis.rds.aliyuncs.com
  26. port: 6379
  27. password: Wqsd@2019
  28. timeout: 1000
  29. lettuce:
  30. pool:
  31. max-active: 8
  32. max-wait: -1
  33. max-idle: 8
  34. min-idle: 0
  35. redis-ad:
  36. hostName: r-bp1ps6my7lzg8rdhwx682.redis.rds.aliyuncs.com
  37. port: 6379
  38. password: Wqsd@2019
  39. timeout: 1000
  40. redis-algorithm:
  41. # hostName: r-bp1ps6my7lzg8rdhwx682.redis.rds.aliyuncs.com
  42. hostName: r-bp1fogs2mflr1ybfot.redis.rds.aliyuncs.com
  43. port: 6379
  44. password: Wqsd@2019
  45. timeout: 1000
  46. lettuce:
  47. pool:
  48. max-active: 1000 # 连接池最大连接数(使用负值表示没有限制) 默认 8
  49. max-idle: 20 # 连接池中的最大空闲连接 默认 8
  50. min-idle: 10 # 连接池中的最小空闲连接 默认 0
  51. data:
  52. mongodb:
  53. uri: mongodb://lv:lv2018@s-bp1cdbd0158506b4.mongodb.rds.aliyuncs.com:3717,s-bp1e404868527334.mongodb.rds.aliyuncs.com:3717/longvideo
  54. adplatform-uri: mongodb://bigdata:Qingqu2019&@s-bp12258b064c3ef4.mongodb.rds.aliyuncs.com:3717,s-bp15728065fa22a4.mongodb.rds.aliyuncs.com:3717/adplatform_test
  55. mail:
  56. # 配置 SMTP 服务器地址
  57. host: smtp.exmail.qq.com
  58. # 发送者邮箱,已开通POP3/SMTP服务的邮箱,也就是你自己的
  59. username: ad@new.piaoquantv.com
  60. # 配置密码,注意不是真正的密码,而是刚刚申请到的授权码
  61. password: 5SCW5ndT4FP6XSmQ
  62. # 发送人昵称
  63. nickname: 票圈视频
  64. # 端口号465或587(QQ邮箱发送邮件仅支持587端口协议)
  65. port: 587
  66. # 默认的邮件编码为UTF-8
  67. default-encoding: UTF-8
  68. # 配置SSL 加密工厂
  69. properties:
  70. mail:
  71. smtp:
  72. auth: true
  73. socketFactoryClass: javax.net.ssl.SSLSocketFactory
  74. #表示开启 DEBUG 模式,这样,邮件发送过程的日志会在控制台打印出来,方便排查错误
  75. debug: true
  76. rocketmq:
  77. accessKey: 736nKkR5Gaq0NAgU
  78. secretKey: qGj5jxeXB87652MV
  79. nameSrvAddr: rmq-cn-g4t3eq6k90g-vpc.cn-hangzhou.rmq.aliyuncs.com:8080
  80. topic: topic_message_ad_user_behavior_test
  81. groupId: GID_MESSAGE_AD_USER_BEHAVIOR_TEST
  82. platform:
  83. package:
  84. topic: topic_message_platform_ad_package_test
  85. groupId: GID_MESSAGE_PLATFORM_AD_PACKAGE_TEST
  86. tag: '*'
  87. aliyun:
  88. log:
  89. project: ad-engine-test
  90. apollo:
  91. meta: http://testapolloconfig-internal.piaoquantv.com
  92. springfox:
  93. documentation:
  94. swagger-ui:
  95. enabled: true
  96. xxl:
  97. job:
  98. admin:
  99. addresses: http://xxl-job-test-internal.piaoquantv.com/xxl-job-admin
  100. longvideo:
  101. feign:
  102. url: videotest-internal.yishihui.com
  103. feign:
  104. client:
  105. config:
  106. default:
  107. # NONE 没有日志(默认)
  108. # BASIC 只记录请求方法和 URL 以及响应状态码和执行时间
  109. # HEADERS 记录基本信息以及请求和响应头
  110. # FULL 记录请求和响应的头、正文和元数据
  111. logger-level: FULL
  112. connect-timeout: 20000
  113. read-timeout: 20000
  114. ms:
  115. base:
  116. getByIpUrl: http://testapi-internal.piaoquantv.com/base-service/region/getByIp
  117. oss:
  118. adplatform:
  119. accessKey: LTAIP6x1l3DXfSxm
  120. secretKey: KbTaM9ars4OX3PMS6Xm7rtxGr1FLon
  121. ossEndPoint: oss-cn-hangzhou.aliyuncs.com
  122. videoEndPoint: slicevideo.yishihui.com
  123. expiration: 3600
  124. projectName: adplatform
  125. cdnDomain: http://rescdn.yishihui.com/
  126. imgDomain: http://rescdn.yishihui.com/
  127. videoDomain: http://rescdn.yishihui.com/
  128. lvvideoDomain: https://lvupload.piaoquantv.com/
  129. pubBucket: public:art-pubbucket,publicVideo:art-pubbucket
  130. priBucket: private:art-pribucket,privateVideo:art-privideo,privateVideoIn:art-privideo-in
  131. priEndPoint: pricdn.yishihui.com
  132. needPress: true
  133. internal:
  134. endPoint: oss-cn-hangzhou.aliyuncs.com
  135. transcode:
  136. TemplateId: 2a5bf5963c9347df8eaddf662fbaf357
  137. PipelineId: abe6a0b9b9334858913eb416974485d2
  138. Location: oss-cn-hangzhou
  139. bucket: art-pubbucket
  140. ad:
  141. abtest:
  142. time:
  143. plan:
  144. code: 555