15 lines
355 B
Plaintext
15 lines
355 B
Plaintext
# Development environment variables
|
|
|
|
# API base URL
|
|
VITE_API_BASE_URL=/api
|
|
|
|
# Proxy Target (Where the /api requests are forwarded to) 改完后需要重启
|
|
VITE_API_PROXY_TARGET=http://localhost:8080
|
|
|
|
# Other development-specific variables
|
|
VITE_APP_TITLE=My App (Development)
|
|
VITE_DEBUG_MODE=true
|
|
|
|
# API Signature Secret
|
|
VITE_API_SECRET='yts@2025#secure'
|