|
|
@@ -38,7 +38,6 @@ spring:
|
|
|
multipart:
|
|
|
max-file-size: 10MB
|
|
|
max-request-size: 20MB
|
|
|
-
|
|
|
tr:
|
|
|
storage:
|
|
|
previewUrl: http://192.168.100.236:8012/onlinePreview?url=
|
|
|
@@ -117,5 +116,5 @@ sa-token:
|
|
|
# 30天
|
|
|
access-token-timeout: ${sa-token.timeout}
|
|
|
# 1天
|
|
|
- refresh-token-timeout: 2592000
|
|
|
- timeout: 86400
|
|
|
+ refresh-token-timeout: -1
|
|
|
+ timeout: -1
|