From 7165632fcb7b3b782b8959cfe1e7e1c51872e228 Mon Sep 17 00:00:00 2001 From: Fancy <Fancy.fx@outlook.com> Date: 星期二, 25 六月 2024 16:34:18 +0800 Subject: [PATCH] station used list and delete --- pms-parent/pms-global/src/main/resources/application-global.yml | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pms-parent/pms-global/src/main/resources/application-global.yml b/pms-parent/pms-global/src/main/resources/application-global.yml index 168697e..fc0bb2f 100644 --- a/pms-parent/pms-global/src/main/resources/application-global.yml +++ b/pms-parent/pms-global/src/main/resources/application-global.yml @@ -52,7 +52,8 @@ nginx: webPort: 8000 sso: - checkUrl: http://127.0.0.1:12344/sso/sso/ssoCheck +# checkUrl: http://127.0.0.1:12344/sso/sso/ssoCheck + checkUrl: http://127.0.0.1:12344/sso/sso/ssoPowerCheck curUserUrl: http://127.0.0.1:12344/sso/sso/ssoCurUser webPort: 12344 idSuffix: 1 @@ -62,12 +63,15 @@ platform: webPort: 12346 idSuffix: 3 - product: + production: webPort: 12347 idSuffix: 4 other: webPort: 12348 idSuffix: 5 + station: + webPort: 12349 + idSuffix: 6 file: idSuffix: 99 file1: -- Gitblit v1.8.0