From 41df790cf89c5130f63979b0f116bea6b89623e0 Mon Sep 17 00:00:00 2001
From: Jack <jack.su@pollex.com.tw>
Date: 星期二, 10 五月 2022 17:14:42 +0800
Subject: [PATCH] [UPDATE] 調整設定檔

---
 pamapi/src/main/resources/config/application-prod.yml |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/pamapi/src/main/resources/config/application-prod.yml b/pamapi/src/main/resources/config/application-prod.yml
index 71773a9..0c4fa5e 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,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-password: es20!%Pass
-  otp-web-service-system-type: epos
+  otp-web-service-system-type: omo
   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