9 lines
347 B
Bash
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.
|