mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
feat(java-spring): add jwt token lifetime from config
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
# Change Log
|
||||
|
||||
- java-spring: jwt token lifetime from config
|
||||
- java: jwt token lifetime from config
|
||||
- csharp-mvc: jwt token lifetime from config
|
||||
- csharp: jwt token lifetime from config
|
||||
|
||||
@ -23,6 +23,7 @@ docservice.lossyEdit=epub, fb2, html, odt, ott, rtf, txt, csv, ods, ots, odp, ot
|
||||
|
||||
docservice.security.key=
|
||||
docservice.security.header=
|
||||
docservice.security.tokenValidityInMinutes=5
|
||||
|
||||
spring.datasource.url=jdbc:h2:mem:usersdb
|
||||
spring.datasource.driverClassName=org.h2.Driver
|
||||
|
||||
Reference in New Issue
Block a user