docs(ai-character): 리소스 관리 문서 정리
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# 환경 변수
|
||||
|
||||
- 개발 서버 API: `VITE_API_BASE_URL=https://test-character-admin.sodalive.net`
|
||||
- 프로덕션 서버 API: `VITE_API_BASE_URL=https://character-admin.sodalive.net`
|
||||
- 개발 서버 API: `VITE_API_BASE_URL=https://test-api.sodalive.net`
|
||||
- 프로덕션 서버 API: `VITE_API_BASE_URL=https://api.sodalive.net`
|
||||
- API mode: `VITE_API_MODE=server | mock`. 누락 시 `server`이며, `mock`은 개발 환경에서만 허용한다.
|
||||
- Vite mode별 파일은 `.env.development`, `.env.production`을 사용한다.
|
||||
- 기본 `npm run dev`는 `server` mode로 실제 개발 API를 사용하고, `npm run dev:mock`만 browser MSW를 시작한다.
|
||||
|
||||
Reference in New Issue
Block a user