application-dev.yml 5.3 KB

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