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

短剧APP归因

parent 4a0aef4f
......@@ -14,6 +14,20 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
initialSize: 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:
host: r-2zeknwihqn2v6q4x5x.tairpdb.rds.aliyuncs.com
port: 6379
......@@ -54,6 +68,11 @@ bi:
host: r-2zethzp7pjl3rjbelp.redis.rds.aliyuncs.com
port: 6379
old:
market:
redis:
host: r-2zemv0esbjz5tsnmxn.redis.rds.aliyuncs.com
port: 6379
system:
consumer:
......@@ -71,6 +90,20 @@ system:
storeActive:
topic: bookStoreEvent1
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:
health:
db:
......
......@@ -72,7 +72,7 @@ old:
market:
redis:
host: 172.17.243.150
port: 6380
port: 6379
system:
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