19 lines
463 B
Plaintext
19 lines
463 B
Plaintext
# API base URL
|
|
VITE_API_BASE_URL=
|
|
# API prefix path
|
|
VITE_API_PREFIX=
|
|
|
|
# CDN URL for static assets
|
|
VITE_CDN_URL=https://cdn.jsdmirror.com
|
|
|
|
# Enable tutorial document feature (true/false)
|
|
VITE_TUTORIAL_DOCUMENT=true
|
|
|
|
# Show landing page on home route (true/false, default: true)
|
|
# When set to false, users will be redirected to login page directly
|
|
VITE_SHOW_LANDING_PAGE=true
|
|
|
|
# Default login credentials (for development only)
|
|
VITE_USER_EMAIL=
|
|
VITE_USER_PASSWORD=
|