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