一个身份证号可以认证三个账号
This commit is contained in:
parent
f3989082cf
commit
96cb4d934c
|
|
@ -28,7 +28,7 @@ spring:
|
|||
redis:
|
||||
open: true # 是否开启redis缓存 true开启 false关闭
|
||||
database: 0
|
||||
host: 47.122.26.160
|
||||
host: 127.0.0.1 # Redis服务器地址
|
||||
port: 6379
|
||||
password: 111111 # 密码(默认为空)
|
||||
timeout: 6000ms # 连接超时时长(毫秒)
|
||||
|
|
|
|||
Loading…
Reference in New Issue