15 lines
326 B
Bash
15 lines
326 B
Bash
# API base URL
|
|
VITE_API_BASE_URL=https://tapi.hifast.biz
|
|
# 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
|
|
|
|
# Default login credentials (for development only)
|
|
VITE_USER_EMAIL=
|
|
VITE_USER_PASSWORD=
|