5 lines
243 B
Bash
5 lines
243 B
Bash
# Base URL of the SlpModularCms .NET API (Unit 0 backend).
|
|
# The backend must be running with CORS configured to allow this origin
|
|
# and to send the httpOnly refresh-token cookie (credentials: include).
|
|
VITE_API_BASE_URL=http://localhost:5000
|