maxkey.auth.session.timeout rename to maxkey.auth.jwt.refresh.expires

This commit is contained in:
shimingxy
2024-11-08 17:48:11 +08:00
parent 205acfaaeb
commit 94780b99cf
6 changed files with 15 additions and 22 deletions

View File

@@ -27,7 +27,8 @@ export const environment = {
production: false,
useHash: true,
api: {
baseUrl: 'http://localhost:9527/sign/',
//baseUrl: 'http://localhost:9527/sign/',
baseUrl: '/sign/',
refreshTokenEnabled: true,
refreshTokenType: 're-request'
},