Files
baozaotumao2025 1b90e552a5 first commit
2026-07-18 21:10:39 +08:00

9 lines
347 B
Bash

# Backend API root. Restart the dev server after changing it.
VITE_API_BASE_URL=http://localhost:8000/api/v1
# Frontend console log threshold: debug | info | warn | error
VITE_LOG_LEVEL=info
# Never put passwords, tokens, JUDGE_API_KEY, or TARGET_API_KEY in VITE_ variables.
# Every VITE_ variable is bundled into browser-visible frontend code.