|
@@ -6,20 +6,20 @@ spring:
|
|
|
primary: base
|
|
|
datasource:
|
|
|
base:
|
|
|
- url: jdbc:mysql://121.37.194.75:30102/sanfan?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=Asia/Shanghai
|
|
|
+ url: jdbc:mysql://139.9.102.170:30102/sanfan?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=Asia/Shanghai
|
|
|
username: root
|
|
|
password: 5fWD*oa^nso@kmKa
|
|
|
|
|
|
# redis 配置
|
|
|
redis:
|
|
|
# 地址
|
|
|
- host: 121.37.194.75
|
|
|
+ host: 139.9.102.170
|
|
|
# 端口,默认为6379
|
|
|
- port: 30103
|
|
|
+ port: 9673
|
|
|
# 数据库索引
|
|
|
database: 5
|
|
|
# 密码
|
|
|
- password: Fjhx@pwd123
|
|
|
+ password: ss34dsA3DdsF
|
|
|
# 连接超时时间
|
|
|
timeout: 10s
|
|
|
lettuce:
|
|
@@ -44,7 +44,7 @@ mail:
|
|
|
abroadUrlPrefix:
|
|
|
|
|
|
hx:
|
|
|
- httpUrl: http://36.134.91.96:10006/test-api/
|
|
|
+ httpUrl: http://139.9.102.170:10006/test-api/
|
|
|
fileServiceUrl: http://127.0.0.1:8090
|
|
|
|
|
|
# token配置
|