Fix jwt-token
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
# For root deployment: VITE_BASE_PATH=/
|
# For root deployment: VITE_BASE_PATH=/
|
||||||
# For subdirectory deployment: VITE_BASE_PATH=/uggla/
|
# For subdirectory deployment: VITE_BASE_PATH=/uggla/
|
||||||
# Leave empty for default (root): VITE_BASE_PATH=
|
# Leave empty for default (root): VITE_BASE_PATH=
|
||||||
VITE_BASE_PATH=/uggla/
|
VITE_BASE_PATH=/
|
||||||
|
|
||||||
# API URL override (if API is hosted on different domain/port)
|
# API URL override (if API is hosted on different domain/port)
|
||||||
# Default: auto-detected based on environment
|
# Default: auto-detected based on environment
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Production environment - deployed under /uggla/ path
|
# Production environment - deployed at root path
|
||||||
VITE_BASE_PATH=/uggla/
|
VITE_BASE_PATH=/
|
||||||
|
|
||||||
# Debug configuration
|
# Debug configuration
|
||||||
VITE_DEBUG_ENABLED=true
|
VITE_DEBUG_ENABLED=true
|
||||||
|
|||||||
Reference in New Issue
Block a user