summaryrefslogtreecommitdiff
path: root/.env.development
diff options
context:
space:
mode:
Diffstat (limited to '.env.development')
-rw-r--r--.env.development5
1 files changed, 4 insertions, 1 deletions
diff --git a/.env.development b/.env.development
index 07b67a22..5135e63e 100644
--- a/.env.development
+++ b/.env.development
@@ -62,8 +62,11 @@ OCR_SECRET_KEY=QVZzbkFtVFV1UWl2THNCY01lYVVGUUxpWmdyUkxHYVA=
# === [시작] SSO 설정 ===
+# ! IdP와 통신 불가능한 상황에서 테스트를 위한 모킹 처리 지원하기
+SAML_MOCKING_IDP=true
+
# ! SSO Redirect 주소로 활용되며, 상단에서 적절한 URL을 쓴다면 이 변수는 주석처리할 것
-# NEXTAUTH_URL="http://60.101.108.100"
+# NEXTAUTH_URL="http://localhost:3000"
# SAML 2.0 SP로서 신청할 때 기입하는 사항
# 메타데이터 XML에서 추출 가능하나, 개발 편의성을 위해 추출로직 제거하고 환경변수에 하드코딩함