From 838f340ebf55c9757774b01043a0a7e451afb265 Mon Sep 17 00:00:00 2001 From: lulz1 Date: Wed, 28 Feb 2024 14:03:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 2 +- src/main/resources/application-prod.yml | 2 +- src/main/resources/application-test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 123b1bb0..58d1ae82 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -56,7 +56,7 @@ FSSC: paila: client-id: 0053df85723db94491e8 client-secret: 7368bcec4c0f004c40585f6ed1087d887897 - redirect-url: https://gxdev03.chint.com/businesstravelhome/*.* + redirect-url: https://gxdev03.chint.com/businesstravelhome/#/ base-url: https://signin-test.chint.com token-name: token diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 4fc270e2..acbeb3a9 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -26,6 +26,6 @@ FSSC: paila: client-id: 0053df85723db94491e8 client-secret: 7368bcec4c0f004c40585f6ed1087d887897 - redirect-url: https://gxdev03.chint.com/businesstravelhome/*.* + redirect-url: https://gxdev03.chint.com/businesstravelhome/#/ base-url: https://signin-test.chint.com token-name: token diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index cc10ab02..bdad94d4 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -45,7 +45,7 @@ FSSC: paila: client-id: 0053df85723db94491e8 client-secret: 7368bcec4c0f004c40585f6ed1087d887897 - redirect-url: https://gxdev03.chint.com/businesstravelhome/*.* + redirect-url: https://gxdev03.chint.com/businesstravelhome/#/ base-url: https://signin-test.chint.com token-name: token