Commit 16d19b6a authored by wanghao's avatar wanghao

1 配置调整

parent af40bbed
...@@ -57,12 +57,12 @@ spring: ...@@ -57,12 +57,12 @@ spring:
multi-statement-allow: true multi-statement-allow: true
# redis 配置 # redis 配置
redis: redis:
host: 36.138.180.82 host: 127.0.0.1
port: 63798 port: 6379
# 数据库索引 # 数据库索引
database: 0 database: 0
# 密码 # 密码
password: 1qaz2wsx3edc@ password:
# 连接超时时间 # 连接超时时间
timeout: 10s timeout: 10s
lettuce: lettuce:
...@@ -88,7 +88,7 @@ zehong: ...@@ -88,7 +88,7 @@ zehong:
# 实例演示开关 # 实例演示开关
demoEnabled: true demoEnabled: true
# 文件路径 示例( Windows配置D:/zehong/uploadPath,Linux配置 /home/zehong/uploadPath) # 文件路径 示例( Windows配置D:/zehong/uploadPath,Linux配置 /home/zehong/uploadPath)
profile: /home/zehong/uploadPath profile: D:/zhmes-agecal/uploadPath
# 获取ip地址开关 # 获取ip地址开关
addressEnabled: false addressEnabled: false
# 验证码类型 math 数组计算 char 字符验证 # 验证码类型 math 数组计算 char 字符验证
......
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