|
@@ -11,7 +11,7 @@ ruoyi:
|
|
|
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
|
|
|
profile: /home/boman/xinyong
|
|
|
#文件上传的激活前缀
|
|
|
- pathMapping: http://118.31.23.65:5007/prod-api
|
|
|
+ pathMapping: http://192.168.3.101:5007/prod-api
|
|
|
# 获取ip地址开关
|
|
|
addressEnabled: false
|
|
|
# 验证码类型 math 数组计算 char 字符验证
|
|
@@ -25,9 +25,9 @@ spring:
|
|
|
druid:
|
|
|
# 主库数据源
|
|
|
master:
|
|
|
- url: jdbc:mysql://127.0.0.1:3306/qianshan_credit_interests?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
+ url: jdbc:mysql://192.168.3.101:3306/qianshan_credit_interests?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
|
|
|
username: root
|
|
|
- password: UEB^RX$z
|
|
|
+ password: YeRq#zd%MQ
|
|
|
# 从库数据源
|
|
|
slave:
|
|
|
# 从数据源开关/默认关闭
|
|
@@ -77,7 +77,7 @@ spring:
|
|
|
# redis 配置
|
|
|
redis:
|
|
|
# 地址
|
|
|
- host: 127.0.0.1
|
|
|
+ host: 192.168.3.101
|
|
|
# 端口,默认为6379
|
|
|
port: 6379
|
|
|
# 数据库索引
|