diff --git a/frontend/.env.development.example b/frontend/.env.development.example index 3199cce..ab55572 100644 --- a/frontend/.env.development.example +++ b/frontend/.env.development.example @@ -3,5 +3,6 @@ # VITE_ 변수는 docker-compose 가 루트 .env.development 값을 build arg 로 주입한다: # VITE_API_BASE_URL ← BACKEND_API_URL # VITE_AI_TIMEOUT_MS ← AI_TIMEOUT_MS +# VITE_LIVEKIT_URL ← LIVEKIT_WS_URL # 따라서 이 파일에 별도로 작성할 값은 없다. # ========================================== diff --git a/frontend/.env.production.example b/frontend/.env.production.example index 1a11326..c2572fd 100644 --- a/frontend/.env.production.example +++ b/frontend/.env.production.example @@ -3,5 +3,6 @@ # VITE_ 변수는 docker-compose 가 루트 .env.production 값을 build arg 로 주입한다: # VITE_API_BASE_URL ← BACKEND_API_URL # VITE_AI_TIMEOUT_MS ← AI_TIMEOUT_MS +# VITE_LIVEKIT_URL ← LIVEKIT_WS_URL # 따라서 이 파일에 별도로 작성할 값은 없다. # ==========================================