10 lines
381 B
Bash
10 lines
381 B
Bash
# API base URL. 풀 URL 또는 '/' 로 시작하는 절대경로.
|
|
# dev/prd 모두 single-origin 전제라 상대경로가 기본.
|
|
VITE_API_BASE_URL=/api/v1
|
|
|
|
# dev 서버 '/api' proxy 대상 백엔드 origin (기본값: http://localhost:8001)
|
|
VITE_DEV_API_TARGET=http://localhost:8001
|
|
|
|
# Entra Graph scope (선택, 기본값: User.Read)
|
|
# VITE_ENTRA_GRAPH_SCOPE=User.Read
|