🐛 fix: update repository links and add environment configuration for admin and user apps
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# API base URL
|
||||
VITE_API_BASE_URL=
|
||||
|
||||
# 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=
|
||||
Reference in New Issue
Block a user