Fix jwt-token
This commit is contained in:
20
.env.test.example
Normal file
20
.env.test.example
Normal file
@@ -0,0 +1,20 @@
|
||||
# Environment configuration for test scripts
|
||||
# Copy this to .env in the project root or set these as environment variables
|
||||
|
||||
# API Base URL - Update this to your deployment
|
||||
API_BASE_URL=http://localhost:3002/api
|
||||
|
||||
# For production deployment, use your domain:
|
||||
# API_BASE_URL=https://your-domain.com/uggla/api
|
||||
|
||||
# Base path (should match VITE_BASE_PATH)
|
||||
VITE_BASE_PATH=/uggla
|
||||
|
||||
# Alternative configurations:
|
||||
# For local development:
|
||||
# API_BASE_URL=http://localhost:3002/api
|
||||
# VITE_BASE_PATH=
|
||||
|
||||
# For production with different base path:
|
||||
# API_BASE_URL=https://your-domain.com
|
||||
# VITE_BASE_PATH=/your-custom-path
|
||||
Reference in New Issue
Block a user