From 941728106454109b7224102fa7aa38e615657ca8 Mon Sep 17 00:00:00 2001 From: umsangdon Date: Sun, 13 Sep 2026 09:53:51 +0900 Subject: [PATCH] =?UTF-8?q?chore(env):=20=EA=B0=9C=EB=B0=9C=20=EB=8B=A8?= =?UTF-8?q?=EA=B3=84=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=20OTP=20=EA=B1=B4?= =?UTF-8?q?=EB=84=88=EB=9B=B0=EA=B8=B0=20=EC=84=A4=EC=A0=95=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=20=E2=80=94=202026-09-13=20=EC=82=AC=EC=9A=A9?= =?UTF-8?q?=EC=9E=90=20=EC=A7=80=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 다른 창이 넣은 네 줄을 사용자 확인 후 커밋. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01DJffo4VwgTumVUM3kdbJzd --- .env | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env b/.env index 6b26492a..6749a85b 100644 --- a/.env +++ b/.env @@ -75,3 +75,7 @@ VWORLD_SESSION_COOKIE= # True면 대시보드 삭제 버튼이 DB 행과 storage/.../{프로젝트ID}/ 폴더를 실제로 지운다. # 배포 전 반드시 False로 되돌릴 것. PROJECT_DELETE_HARD_ENABLED=True + +# 개발 단계에서 로그인 이메일 인증(OTP)을 건너뛴다 (2026-09-13 사용자 지시). +# ENVIRONMENT=development 일 때만 듣는다. 배포 전 반드시 False 로 되돌릴 것. +AUTH_OTP_DISABLED=True