From 210abe8695707b725f093eea2f95cfc49980c59f Mon Sep 17 00:00:00 2001
From: wayne <wayne8692wayne8692@gmail.com>
Date: 星期五, 03 十二月 2021 16:16:43 +0800
Subject: [PATCH] [update] 預約單dto加上預約單對應的滿意度分數

---
 pamapi/src/main/resources/config/application-dev.yml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pamapi/src/main/resources/config/application-dev.yml b/pamapi/src/main/resources/config/application-dev.yml
index 007c7b4..f81590c 100644
--- a/pamapi/src/main/resources/config/application-dev.yml
+++ b/pamapi/src/main/resources/config/application-dev.yml
@@ -32,7 +32,8 @@
       indent-output: true
   datasource:
     type: com.zaxxer.hikari.HikariDataSource
-    url: jdbc:postgresql://localhost:5432/pam
+    url: jdbc:postgresql://dev.pollex.com.tw:5433/pam
+    #url: jdbc:postgresql://localhost:5432/omo?currentSchema=omo
     username: pamadmin
     password: pamadmin
     hikari:
@@ -112,7 +113,7 @@
 
 application:
   mock-login: true
-  otp-web-service-url: https://vtwlifeopensyssit.pru.intranet.asia:443/pcalife-otp/ws/otpWebService
+  otp-web-service-url: https://vtwlifeopensyssit.pru.intranet.asia:443/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

--
Gitblit v1.8.0