Commit 82ce30d3 authored by 宋新宇's avatar 宋新宇

短剧APP归因

parent 4a0aef4f
...@@ -14,6 +14,20 @@ spring: ...@@ -14,6 +14,20 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
initialSize: 1 initialSize: 1
minIdle: 1 minIdle: 1
video:
jdbc-url: jdbc:mysql://rm-2zeyw42052h06f905.mysql.rds.aliyuncs.com:3306/video?zeroDateTimeBehavior=CONVERT_TO_NULL&characterEncoding=utf8&serverTimezone=Asia/Shanghai&autoReconnect=true
username: video
password: hdTImXLlzOEbP5bk
driver-class-name: com.mysql.cj.jdbc.Driver
initialSize: 2
minIdle: 2
video-inland:
jdbc-url: jdbc:mysql://rm-2zeo09186ukqa8zh1.mysql.rds.aliyuncs.com:3306/video-inland?zeroDateTimeBehavior=CONVERT_TO_NULL&characterEncoding=utf8&autoReconnect=true
username: video
password: hdTImXLlzOEbP5bk
driver-class-name: com.mysql.cj.jdbc.Driver
initialSize: 2
minIdle: 2
redis: redis:
host: r-2zeknwihqn2v6q4x5x.tairpdb.rds.aliyuncs.com host: r-2zeknwihqn2v6q4x5x.tairpdb.rds.aliyuncs.com
port: 6379 port: 6379
...@@ -54,6 +68,11 @@ bi: ...@@ -54,6 +68,11 @@ bi:
host: r-2zethzp7pjl3rjbelp.redis.rds.aliyuncs.com host: r-2zethzp7pjl3rjbelp.redis.rds.aliyuncs.com
port: 6379 port: 6379
old:
market:
redis:
host: r-2zemv0esbjz5tsnmxn.redis.rds.aliyuncs.com
port: 6379
system: system:
consumer: consumer:
...@@ -71,6 +90,20 @@ system: ...@@ -71,6 +90,20 @@ system:
storeActive: storeActive:
topic: bookStoreEvent1 topic: bookStoreEvent1
group_id: novel_store_active_1 group_id: novel_store_active_1
dyvideo:
active:
topic: DouyinRegisterTopic
group_id: douyin_video_active_1
behavoir:
topic: DouyinBehaviorTopic
group_id: douyin_video_behavior_1
videoapp:
active:
topic: freeVideoEvent
group_id: videoapp_active_1
behavoir:
topic: freeVideoKeyBehaviorEvent
group_id: videoapp_behavior_1
management: management:
health: health:
db: db:
......
...@@ -72,7 +72,7 @@ old: ...@@ -72,7 +72,7 @@ old:
market: market:
redis: redis:
host: 172.17.243.150 host: 172.17.243.150
port: 6380 port: 6379
system: system:
consumer: consumer:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment