From 18c64d61e66c454324e1d2ad594e77f79cf1070d Mon Sep 17 00:00:00 2001 From: wayne <wayne8692wayne8692@gmail.com> Date: 星期二, 26 四月 2022 11:59:27 +0800 Subject: [PATCH] [update] 新增PROD JNDI名稱 --- pamapi/src/main/resources/config/application-prod.yml | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/pamapi/src/main/resources/config/application-prod.yml b/pamapi/src/main/resources/config/application-prod.yml index 71773a9..4083150 100644 --- a/pamapi/src/main/resources/config/application-prod.yml +++ b/pamapi/src/main/resources/config/application-prod.yml @@ -33,11 +33,9 @@ enabled: false datasource: type: com.zaxxer.hikari.HikariDataSource - url: jdbc:postgresql://localhost:5432/pamapi - username: pamapi - password: hikari: poolName: Hikari + jndi-name: omoMSSQLXA jpa: database-platform: tech.jhipster.domain.util.FixedPostgreSQL10Dialect # Replace by 'prod, faker' to add the faker context and have sample data loaded in production @@ -131,6 +129,7 @@ # https://www.jhipster.tech/common-application-properties/ # =================================================================== +# PROD�憓�Ⅱ隤� application: mock-login: false otp-web-service-url: https://vtwlifeopensysuat.pru.intranet.asia/pcalife-otp/ws/otpWebService?wsdl @@ -139,16 +138,18 @@ 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 - send-notify-msg: true + front-end-domain: 'https://onlineuat.pcalife.com.tw/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 - file-folder-path: /sfs_omo/vtwlifewpsfs01/SensitiveData4AP$/OMO + method: 'PAM_EMAIL_SERVICE' + file-folder-path: /sfs_omo/AgentPhoto/ -- Gitblit v1.8.0