From 27c419054caf6d2e31713372579126812a747edc Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期一, 09 五月 2022 10:53:23 +0800
Subject: [PATCH] 調整 忘記密碼url變數,新增 .env.prod

---
 PAMapp/.env.dev |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/PAMapp/.env.dev b/PAMapp/.env.dev
index d98d903..d876dff 100644
--- a/PAMapp/.env.dev
+++ b/PAMapp/.env.dev
@@ -1 +1,2 @@
-BASE_URL='http://localhost:8080/api'
\ No newline at end of file
+BASE_URL='http://localhost:8080/api'
+CONSULTANT_FORGET_PASSWORD_URL = 'https://eserviceuat.pcalife.com.tw/sso/reset_password/agentInputUserInfo.html?sys=epos'

--
Gitblit v1.8.0