Fix jwt-token
This commit is contained in:
@@ -4,10 +4,11 @@
|
||||
# API Base URL - Tests default to localhost:3002 for local development
|
||||
API_BASE_URL=http://localhost:3002/api
|
||||
|
||||
# For production/remote testing, update to your deployment:
|
||||
# For production/remote testing with base path, update to your deployment:
|
||||
# API_BASE_URL=https://your-domain.com/uggla/api
|
||||
|
||||
# Base path (should match VITE_BASE_PATH)
|
||||
# Base path (should match VITE_BASE_PATH) - used to construct full API URL
|
||||
VITE_BASE_PATH=/uggla
|
||||
VITE_BASE_PATH=/uggla
|
||||
|
||||
# Authentication configuration
|
||||
|
||||
Reference in New Issue
Block a user