Commit c79f6cf8 authored by zhangjianqian's avatar zhangjianqian

Merge remote-tracking branch 'origin/master'

parents 072a1385 e2d335e7
......@@ -73,13 +73,13 @@ spring:
# redis 配置
redis:
# 地址
host: 36.138.181.113
host: 127.0.0.1
# 端口,默认为6379
port: 6379
port: 6378
# 数据库索引
database: 1
# 密码
password: 1qaz2wsx3edc
password: Redis@2021
# 连接超时时间
timeout: 10s
lettuce:
......@@ -109,7 +109,7 @@ zehong:
# 获取ip地址开关
addressEnabled: false
# 验证码类型 math 数组计算 char 字符验证
captchaType:
captchaType: math
#虹软人脸识别配置(windows配置)
config:
......
......@@ -73,13 +73,13 @@ spring:
# redis 配置
redis:
# 地址
host: 36.138.181.113
host: 127.0.0.1
# 端口,默认为6379
port: 6379
port: 6378
# 数据库索引
database: 0
# 密码
password:
password: Redis@2021
# 连接超时时间
timeout: 10s
lettuce:
......
......@@ -73,13 +73,13 @@ spring:
# redis 配置
redis:
# 地址
host: 36.138.181.113
host: 127.0.0.1
# 端口,默认为6379
port: 6379
port: 6378
# 数据库索引
database: 0
# 密码
password: 1qaz2wsx3edc
password: Redis@2021
# 连接超时时间
timeout: 10s
lettuce:
......
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