add:增加后台管理系统
This commit is contained in:
@@ -55,18 +55,32 @@ spring:
|
||||
wall:
|
||||
config:
|
||||
multi-statement-allow: true
|
||||
data:
|
||||
redis:
|
||||
#数据库索引
|
||||
database: 2
|
||||
host: 192.168.29.130
|
||||
port: 6379
|
||||
password: 123456
|
||||
|
||||
# IP 本地解析
|
||||
ip:
|
||||
local-parsing: true
|
||||
|
||||
# 文件存储路径
|
||||
file:
|
||||
mac:
|
||||
path: ~/file/
|
||||
qrcode: ~/qrcode/
|
||||
avatar: ~/avatar/
|
||||
linux:
|
||||
path: /home/pi/nl_robot/map/
|
||||
qrcode: /home/pi/nl_robot/qrcode/
|
||||
avatar: /home/pi/nl_robot/avatar/
|
||||
windows:
|
||||
path: C:\eladmin\file\currentMap\
|
||||
qrcode: C:\eladmin\qrcode\currentMap\
|
||||
avatar: C:\eladmin\avatar\
|
||||
# 文件大小 /M
|
||||
maxSize: 100
|
||||
avatarMaxSize: 5
|
||||
@@ -78,7 +92,7 @@ sa-token:
|
||||
# token有效期,单位s 默认30天, -1代表永不过期
|
||||
timeout: 2592000
|
||||
# token临时有效期 (指定时间内无操作就视为token过期) 单位: 秒
|
||||
activity-timeout: -1
|
||||
active-timeout: -1
|
||||
# 是否允许同一账号并发登录 (为true时允许一起登录, 为false时新登录挤掉旧登录)
|
||||
is-concurrent: true
|
||||
# 在多人登录同一账号时,是否共用一个token (为true时所有登录共用一个token, 为false时每次登录新建一个token)
|
||||
|
||||
Reference in New Issue
Block a user