From 5ad8d7ffce0bf9c76da40628363f1ca494fa5043 Mon Sep 17 00:00:00 2001
From: Fancy <Fancy.fx@outlook.com>
Date: 星期三, 26 六月 2024 09:29:00 +0800
Subject: [PATCH] long to String
---
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