forked from baron/baron-sso
multi IDP 모델 적용 scaffolding
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# ==========================================
|
||||
|
||||
# --- General System ---
|
||||
APP_ENV=dev # 애플리케이션 실행 환경 (deve, production)
|
||||
APP_ENV=dev # 애플리케이션 실행 환경 (dev, stage, production)
|
||||
TZ=Asia/Seoul
|
||||
|
||||
# --- Infrastructure Ports ---
|
||||
@@ -43,5 +43,5 @@ AWS_SES_SENDER=no-reply@baron.co.kr
|
||||
ADMIN_PASSWORD=admin
|
||||
|
||||
# --- URLs for Proxy/Handoff ---
|
||||
FRONTEND_URL=https://ssologin.hmac.kr # 프론트엔드 접속 주소 (이메일/SMS 링크 생성 시 사용)
|
||||
BACKEND_URL=https://ssologin.hmac.kr # 프론트엔드에서 참조할 백엔드 API 주소
|
||||
FRONTEND_URL=https://sso.hmac.kr # 프론트엔드 접속 주소 (이메일/SMS 링크 생성 시 사용)
|
||||
BACKEND_URL=https://sso.hmac.kr # 프론트엔드에서 참조할 백엔드 API 주소
|
||||
Reference in New Issue
Block a user