From 42efa89a31027cc615fcf236a21b24afd9998283 Mon Sep 17 00:00:00 2001 From: jack <jack.su@pollex.com.tw> Date: 星期五, 22 七月 2022 18:50:52 +0800 Subject: [PATCH] [UPDATE] 更新PROD設定檔 --- pamapi/src/main/resources/config/application-prod.yml | 23 ++++++++++++----------- 1 files changed, 12 insertions(+), 11 deletions(-) diff --git a/pamapi/src/main/resources/config/application-prod.yml b/pamapi/src/main/resources/config/application-prod.yml index 71773a9..5560cd3 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: java:jboss/jdbc/pam 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,24 +129,27 @@ # 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 + otp-web-service-url: https://vtwlifeopensystem.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://www.eservice.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://online.pcalife.com.tw/pam/#' sms: - url: https://vtwlifeopensysuat.pru.intranet.asia/MesgQueueMgmnt/rest/smsSendMsgResource + send-notify-msg: true + url: https://vtwlifeopensystem.pru.intranet.asia/MesgQueueMgmnt/rest/smsSendMsgResource source-code: ePos sender: POS sms-type: '0017' subject: '慦�像��' email: - url: https://vtwlifeopensysuat.pru.intranet.asia/tsgw/mq/mqSendMail + send-notify-msg: true + url: https://vtwlifeopensystem.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