Fix jwt-token
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user