From 4de7a3a272428536ffd37ac6239ca5b8c840902a Mon Sep 17 00:00:00 2001 From: wxz Date: Thu, 21 Jan 2021 09:34:40 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90sso=E7=99=BB=E5=BD=95=E3=80=91?= =?UTF-8?q?=E5=B0=86=E9=85=8D=E7=BD=AE=E6=94=BE=E5=88=B0pom=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epmet-auth/pom.xml | 20 ++++++++++++++++++++ epmet-auth/src/main/resources/bootstrap.yml | 6 +++--- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/epmet-auth/pom.xml b/epmet-auth/pom.xml index 4164a50134..0fea96f5c1 100644 --- a/epmet-auth/pom.xml +++ b/epmet-auth/pom.xml @@ -198,6 +198,11 @@ SEC080aac67ff78e79fdaba132aa51e3fb3f6060dec99492feaac82cabf9f8b6a19 + + + http://101.206.141.251:21006 + soXDEoM1 + V7ea0KnlYt7eSyzc @@ -242,6 +247,11 @@ SEC080aac67ff78e79fdaba132aa51e3fb3f6060dec99492feaac82cabf9f8b6a19 + + + http://101.206.141.251:21006 + soXDEoM1 + V7ea0KnlYt7eSyzc @@ -281,6 +291,11 @@ SEC080aac67ff78e79fdaba132aa51e3fb3f6060dec99492feaac82cabf9f8b6a19 + + + http://101.206.141.251:21006 + soXDEoM1 + V7ea0KnlYt7eSyzc @@ -324,6 +339,11 @@ SEC95f4f40b533ad379ea6a6d1af6dd37029383cfe1b7cd96dfac2678be2c1c3ed1 + + + diff --git a/epmet-auth/src/main/resources/bootstrap.yml b/epmet-auth/src/main/resources/bootstrap.yml index 865035f3f7..6efee6a635 100644 --- a/epmet-auth/src/main/resources/bootstrap.yml +++ b/epmet-auth/src/main/resources/bootstrap.yml @@ -136,6 +136,6 @@ shutdown: # 调用第三方平台相关参数 thirdplat: jcet: - domain: http://101.206.141.251:21006 - appkey: soXDEoM1 - appsecret: V7ea0KnlYt7eSyzc \ No newline at end of file + domain: @thirdplat.jcet.domain@ + appkey: @thirdplat.jcet.appkey@ + appsecret: @thirdplat.jcet.appsecret@ \ No newline at end of file