- .env 파일을 git 추적에서 제거 - .gitignore에 .env 추가 - .env.example 파일 추가 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 lines
97 B
Plaintext
Executable File
7 lines
97 B
Plaintext
Executable File
# Local server
|
|
VITE_PORT=3000
|
|
VITE_HOST=localhost
|
|
|
|
# API server
|
|
VITE_API_URL=http://40.82.133.44
|