Docker 配置修改

yun-zuoyi
wei.peng 6 years ago
parent 3d1e97d4ef
commit 83f553b90e

@ -65,7 +65,7 @@ impp.write.datasource.password=impp_i3_core_pwd
##辅数据源,只读 ##辅数据源,只读
#impp.read.datasource.type=com.zaxxer.hikari.HikariDataSource #impp.read.datasource.type=com.zaxxer.hikari.HikariDataSource
impp.read.datasource.driver-class-name=com.mysql.jdbc.Driver impp.read.datasource.driver-class-name=com.mysql.jdbc.Driver
impp.read.datasource.jdbc-url=jdbc:mysql://dbslave:3306/impp_i3_core?autoReconnect=true&useSSL=false&characterEncoding=utf-8 impp.read.datasource.jdbc-url=jdbc:mysql://dbmaster:3306/impp_i3_core?autoReconnect=true&useSSL=false&characterEncoding=utf-8
impp.read.datasource.username=impp_i3_core_user impp.read.datasource.username=impp_i3_core_user
impp.read.datasource.password=impp_i3_core_pwd impp.read.datasource.password=impp_i3_core_pwd
@ -106,9 +106,9 @@ impp.schedule.thread-priority=5
################################ 其他功能设置 ################################ ################################ 其他功能设置 ################################
#redisIP #redisIP
redis.hostName=redis redis.hostName=192.168.1.55
#端口号 #端口号
redis.port=6379 redis.port=16376
#如果有密码 #如果有密码
redis.password= redis.password=
##其他redis配置需要调整的加在此处 ##其他redis配置需要调整的加在此处
@ -171,7 +171,7 @@ fastdfs.tracker_servers=tracker:7031
# tracker的http端口 # tracker的http端口
fastdfs.http_tracker_http_port=7031 fastdfs.http_tracker_http_port=7031
# 使用自定义工具获取文件展示地址 # 使用自定义工具获取文件展示地址
fastdfs.http.ui.host=http://tracker:7030 fastdfs.http.ui.host=http://192.168.1.56:7030
#密码 #密码
#fastdfs.http.secret_key= #fastdfs.http.secret_key=

Loading…
Cancel
Save