Fix jwt-token

This commit is contained in:
2025-09-07 11:15:59 +02:00
parent 991e601a35
commit 5f8938d5bb
4 changed files with 99 additions and 9 deletions

View File

@@ -10,10 +10,13 @@ API_BASE_URL=http://localhost:3002/api
# Base path (should match VITE_BASE_PATH)
VITE_BASE_PATH=/uggla
# Test authentication credentials
# Authentication configuration
TEST_USERNAME=admin
TEST_PASSWORD=admin123
# Skip authentication for local testing (set to 'true' to disable auth)
SKIP_AUTH=false
# Alternative configurations:
# For local development:
# API_BASE_URL=http://localhost:3002/api