Fix jwt-token

This commit is contained in:
2025-09-07 09:07:40 +02:00
parent af072b74fd
commit 3d4ea88269
6 changed files with 178 additions and 11 deletions

20
.env.test.example Normal file
View 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