- Updated all service files to replace hardcoded API paths with `${import.meta.env.VITE_API_PREFIX}` for better configurability.
- Ensured consistency across user, common, and gateway services by applying the new API prefix format.
- Removed unnecessary comments and maintained ESLint disable directives where applicable.
15 lines
303 B
Plaintext
15 lines
303 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
|
|
|
|
# Default login credentials (for development only)
|
|
VITE_USER_EMAIL=
|
|
VITE_USER_PASSWORD=
|