chore: 更新所有服务的 JWT 过期时间为永久有效(≈100年)
这个提交包含在:
父节点
83cf9541e7
当前提交
1e53a12a46
@ -32,7 +32,7 @@ spring:
|
||||
|
||||
jwt:
|
||||
secret: ${XUQM_JWT_SECRET:xuqm-tenant-service-secret-key-must-be-at-least-256-bits-long-for-hmac}
|
||||
expiration: 86400000
|
||||
expiration: 3153600000000
|
||||
|
||||
demo:
|
||||
tenant-service-url: ${TENANT_SERVICE_URL:http://127.0.0.1:8081}
|
||||
|
||||
@ -37,7 +37,7 @@ spring:
|
||||
|
||||
jwt:
|
||||
secret: ${XUQM_JWT_SECRET:xuqm-tenant-service-secret-key-must-be-at-least-256-bits-long-for-hmac}
|
||||
expiration: 86400000
|
||||
expiration: 3153600000000
|
||||
|
||||
file:
|
||||
upload-dir: ${FILE_UPLOAD_DIR:/tmp/xuqm-file-upload}
|
||||
|
||||
@ -41,7 +41,7 @@ spring:
|
||||
|
||||
jwt:
|
||||
secret: ${XUQM_JWT_SECRET:xuqm-tenant-service-secret-key-must-be-at-least-256-bits-long-for-hmac}
|
||||
expiration: 86400000
|
||||
expiration: 3153600000000
|
||||
|
||||
im:
|
||||
tenant-service-url: ${TENANT_SERVICE_URL:http://127.0.0.1:8081}
|
||||
|
||||
@ -22,7 +22,7 @@ spring:
|
||||
|
||||
jwt:
|
||||
secret: ${XUQM_JWT_SECRET:xuqm-tenant-service-secret-key-must-be-at-least-256-bits-long-for-hmac}
|
||||
expiration: 86400000
|
||||
expiration: 3153600000000
|
||||
|
||||
push:
|
||||
internal-token: ${SDK_INTERNAL_TOKEN:xuqm-internal-token}
|
||||
|
||||
@ -55,7 +55,7 @@ spring:
|
||||
|
||||
jwt:
|
||||
secret: ${XUQM_JWT_SECRET:xuqm-tenant-service-secret-key-must-be-at-least-256-bits-long-for-hmac}
|
||||
expiration: 86400000
|
||||
expiration: 3153600000000
|
||||
|
||||
captcha:
|
||||
expire-seconds: 300
|
||||
|
||||
@ -26,7 +26,7 @@ spring:
|
||||
|
||||
jwt:
|
||||
secret: ${XUQM_JWT_SECRET:xuqm-tenant-service-secret-key-must-be-at-least-256-bits-long-for-hmac}
|
||||
expiration: 86400000
|
||||
expiration: 3153600000000
|
||||
|
||||
update:
|
||||
upload-dir: ${UPDATE_UPLOAD_DIR:/tmp/xuqm-update}
|
||||
|
||||
正在加载...
在新工单中引用
屏蔽一个用户