Fix jwt-token

This commit is contained in:
2025-09-07 11:09:33 +02:00
parent 16eb162cc5
commit 991e601a35
4 changed files with 28 additions and 25 deletions

View File

@@ -1,10 +1,10 @@
# 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 - Tests default to localhost:3002 for local development
API_BASE_URL=http://localhost:3002/api
# For production deployment, use your domain:
# For production/remote testing, update to your deployment:
# API_BASE_URL=https://your-domain.com/uggla/api
# Base path (should match VITE_BASE_PATH)