From 1e53a12a462541ab1857663676273eefdc1acab9 Mon Sep 17 00:00:00 2001 From: XuqmGroup Date: Fri, 1 May 2026 22:22:37 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E6=89=80=E6=9C=89?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E7=9A=84=20JWT=20=E8=BF=87=E6=9C=9F=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E4=B8=BA=E6=B0=B8=E4=B9=85=E6=9C=89=E6=95=88=EF=BC=88?= =?UTF-8?q?=E2=89=88100=E5=B9=B4=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo-service/src/main/resources/application.yml | 2 +- file-service/src/main/resources/application.yml | 2 +- im-service/src/main/resources/application.yml | 2 +- push-service/src/main/resources/application.yml | 2 +- tenant-service/src/main/resources/application.yml | 2 +- update-service/src/main/resources/application.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/demo-service/src/main/resources/application.yml b/demo-service/src/main/resources/application.yml index 3151cb9..9beba16 100644 --- a/demo-service/src/main/resources/application.yml +++ b/demo-service/src/main/resources/application.yml @@ -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} diff --git a/file-service/src/main/resources/application.yml b/file-service/src/main/resources/application.yml index 0693cb0..690ed21 100644 --- a/file-service/src/main/resources/application.yml +++ b/file-service/src/main/resources/application.yml @@ -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} diff --git a/im-service/src/main/resources/application.yml b/im-service/src/main/resources/application.yml index bce75d3..6c89202 100644 --- a/im-service/src/main/resources/application.yml +++ b/im-service/src/main/resources/application.yml @@ -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} diff --git a/push-service/src/main/resources/application.yml b/push-service/src/main/resources/application.yml index a971bc1..246e85c 100644 --- a/push-service/src/main/resources/application.yml +++ b/push-service/src/main/resources/application.yml @@ -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} diff --git a/tenant-service/src/main/resources/application.yml b/tenant-service/src/main/resources/application.yml index e56a2c1..1959761 100644 --- a/tenant-service/src/main/resources/application.yml +++ b/tenant-service/src/main/resources/application.yml @@ -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 diff --git a/update-service/src/main/resources/application.yml b/update-service/src/main/resources/application.yml index 3ceb93e..ba4b8f8 100644 --- a/update-service/src/main/resources/application.yml +++ b/update-service/src/main/resources/application.yml @@ -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}