From 44a2b26932910f69a233c2ae437bcdd0bd0a78c6 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期四, 23 十二月 2021 11:30:36 +0800 Subject: [PATCH] update: TODO#132409 調整年資btn樣式 --- pamapi/src/main/resources/config/application-dev.yml | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pamapi/src/main/resources/config/application-dev.yml b/pamapi/src/main/resources/config/application-dev.yml index 0239098..66b939b 100644 --- a/pamapi/src/main/resources/config/application-dev.yml +++ b/pamapi/src/main/resources/config/application-dev.yml @@ -119,11 +119,14 @@ e-service-login-url: https://eserviceuat.pcalife.com.tw/sso/chatbotValidate e-service-login-func: ValidateUsrLogin e-service-login-sys: epos + front-end-domain: http://localhost:3000 + send-notify-msg: false sms: - url: https://vtwlifewinbo66.pru.intranet.asia/MesgQueueMgmnt/rest/smsSendMsgResource + url: https://localhost:8081/testSMS source-code: ePos sender: POS - sms-type: 0017 + sms-type: '0017' email: - url: https://vtwlifeopensysuat.pru.intranet.asia/tsgw/mq/mqSendMail + url: https://localhost:8081/testEmail function-id: epos + sender-email: test@pollex.com.tw -- Gitblit v1.8.0