diff --git a/zt-module-system/zt-module-system-server/src/main/resources/application.yaml b/zt-module-system/zt-module-system-server/src/main/resources/application.yaml index 5f925b91..e1c3ff83 100644 --- a/zt-module-system/zt-module-system-server/src/main/resources/application.yaml +++ b/zt-module-system/zt-module-system-server/src/main/resources/application.yaml @@ -181,6 +181,7 @@ zt: ignore-urls: # 登录时不校验租户,登录后强制用户选择后进入系统 # - /admin-api/system/auth/login ignore-visit-urls: + - /admin-api/system/captcha/** - /admin-api/system/user/profile/** - /admin-api/system/auth/** ignore-tables: @@ -232,3 +233,16 @@ debug: false sync: encrypt-key: 25@jygk # 中铝 加密 key + +eplat: + share: + url-prefix: https://10.1.7.110 + client-id: ztjgj5gsJ2uU20900h9j + client-secret: DC82AD38EA764719B6DC7D71AAB4856C + scope: read + token-cache-key: eplat:cache:shareToken + refresh-token-cache-key: eplat:cache:shareRefreshToken + token-header-name: Xplat-Token + token-endpoint-path: /eplat/oauth/token + token-ttl: 5000s + refresh-token-ttl: 10000s