From c54419bdb08acef4ad884549de44f391c24b35b2 Mon Sep 17 00:00:00 2001 From: jack <jack.su@pollex.com.tw> Date: 星期二, 15 八月 2023 16:43:09 +0800 Subject: [PATCH] [UPDATE] 調整UAT eservice login url --- pamapi/src/main/resources/config/application-uat.yml | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/pamapi/src/main/resources/config/application-uat.yml b/pamapi/src/main/resources/config/application-uat.yml index d3b767a..ea1bb74 100644 --- a/pamapi/src/main/resources/config/application-uat.yml +++ b/pamapi/src/main/resources/config/application-uat.yml @@ -32,11 +32,9 @@ indent-output: true datasource: type: com.zaxxer.hikari.HikariDataSource - url: jdbc:postgresql://VTWLIFELDPOS01:5006/omo?currentSchema=omo - username: omo_svc - password: omo_svc-100784c hikari: poolName: Hikari + jndi-name: java:jboss/jdbc/pam jpa: database-platform: tech.jhipster.domain.util.FixedPostgreSQL10Dialect liquibase: @@ -113,11 +111,11 @@ mock-login: false otp-web-service-url: https://vtwlifeopensysuat.pru.intranet.asia/pcalife-otp/ws/otpWebService?wsdl otp-web-service-password: es20!%Pass - otp-web-service-system-type: epos - e-service-login-url: https://eserviceuat.pcalife.com.tw/sso/chatbotValidate + otp-web-service-system-type: omo + e-service-login-url: https://onlineuat.pcalife.com.tw/sso/chatbotValidate e-service-login-func: ValidateUsrLogin e-service-login-sys: epos - front-end-domain: https://onlineuat.pcalife.com.tw/pam + front-end-domain: 'https://onlineuat.pcalife.com.tw/pam/#' sms: send-notify-msg: true url: https://vtwlifeopensysuat.pru.intranet.asia/MesgQueueMgmnt/rest/smsSendMsgResource -- Gitblit v1.8.0