From 34b08e1c461f5e08675fcff95525956d7c4bef11 Mon Sep 17 00:00:00 2001 From: wayne <wayne8692wayne8692@gmail.com> Date: 星期四, 17 二月 2022 11:38:48 +0800 Subject: [PATCH] Merge branch 'Phase3' into pollex-dev --- pamapi/src/main/resources/config/application-uat.yml | 20 +++++++++++++++++--- 1 files changed, 17 insertions(+), 3 deletions(-) diff --git a/pamapi/src/main/resources/config/application-uat.yml b/pamapi/src/main/resources/config/application-uat.yml index 9a72c08..e97aa15 100644 --- a/pamapi/src/main/resources/config/application-uat.yml +++ b/pamapi/src/main/resources/config/application-uat.yml @@ -1,5 +1,5 @@ # =================================================================== -# Spring Boot configuration for the "sit" profile. +# Spring Boot configuration for the "uat" profile. # # This configuration overrides the application.yml file. # @@ -37,7 +37,6 @@ password: omo_svc-100784c hikari: poolName: Hikari - auto-commit: false jpa: database-platform: tech.jhipster.domain.util.FixedPostgreSQL10Dialect liquibase: @@ -112,9 +111,24 @@ application: mock-login: false - otp-web-service-url: https://vtwlifeopensysuat.pru.intranet.asia:443/pcalife-otp/ws/otpWebService?wsdl + 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 e-service-login-func: ValidateUsrLogin e-service-login-sys: epos + front-end-domain: https://vtwlifeopensysuat.pru.intranet.asia/pam + sms: + send-notify-msg: true + url: https://vtwlifeopensysuat.pru.intranet.asia/MesgQueueMgmnt/rest/smsSendMsgResource + source-code: ePos + sender: POS + sms-type: '0017' + subject: '慦�像��' + email: + send-notify-msg: true + url: https://vtwlifeopensysuat.pru.intranet.asia/tsgw/mq/mqSendMail + function-id: epos + sender-email: noreply@pcalife.com.tw + method: 'PAM_EMAIL_SERVICE' + file-folder-path: /sfs_omo/AgentPhoto/ -- Gitblit v1.8.0