You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
# 读取侧数据库信息
|
|
|
|
|
read.user=ccyx
|
|
|
|
|
read.password=dsideal
|
|
|
|
|
read.jdbcUrl=jdbc:mysql://10.10.15.178:43306/ccyx_statistics?rewriteBatchedStatements=true&useUnicode=true&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&autoReconnect=true&failOverReadOnly=false
|
|
|
|
|
|
|
|
|
|
# 写入侧数据库信息
|
|
|
|
|
write.user=root
|
|
|
|
|
write.password=Password123@mysql
|
|
|
|
|
write.jdbcUrl=jdbc:mysql://10.10.14.203:3306/ds_db?rewriteBatchedStatements=true&useUnicode=true&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&autoReconnect=true&failOverReadOnly=false
|
|
|
|
|
|
|
|
|
|
# mysqldump执行文件位置
|
|
|
|
|
mysqldump_path=C:/Program Files/MariaDB 11.6/bin/mysqldump.exe
|
|
|
|
|
|
|
|
|
|
# 当前是读取方还是写入方 1:读取 2:写入
|
|
|
|
|
DEPLOY_ID=1
|
|
|
|
|
|
|
|
|
|
# 华为云OBS配置
|
|
|
|
|
#OBS(华为云云存储)
|
|
|
|
|
obs_accessKeyId=WAFBGJACKDOQZDH1MKZ1
|
|
|
|
|
obs_accessKeySecret=dlWTUbqgCICaYJG3n0Rot4jXaen2HnfFtMVxiPEo
|
|
|
|
|
obs_endpoint=obs.cn-north-1.myhuaweicloud.com
|
|
|
|
|
obs_bucket_name=dsideal
|
|
|
|
|
# 华为云下载的前缀
|
|
|
|
|
obs_url_prefix=https://dsideal.obs.cn-north-1.myhuaweicloud.com/
|