Fix jwt-token

This commit is contained in:
2025-09-06 15:22:05 +02:00
parent e06c09fbaf
commit 215b06b5c1
9 changed files with 42 additions and 6 deletions

11
client/.env.example Normal file
View File

@@ -0,0 +1,11 @@
# Client Environment Configuration
# Base path for the application (used for deployment in subdirectories)
# Default: '/drones' in production, '' in development
# Example: VITE_BASE_PATH=/my-custom-path
# VITE_BASE_PATH=
# API URL override (if API is hosted on different domain/port)
# Default: auto-detected based on environment
# Example: VITE_API_URL=https://api.example.com/api
# VITE_API_URL=