12 lines
894 B
Text
12 lines
894 B
Text
# Copy this file to .env and fill in the values.
|
|
# All variables must use the VITE_ prefix to be accessible in the browser.
|
|
|
|
# ── Server deployment ──────────────────────────────────────────────────────────
|
|
VITE_AZURE_TENANT_ID=e519c2e6-bc6d-4fdf-8d9c-923c2f002385
|
|
VITE_AZURE_CLIENT_ID=9079054c-9620-4757-a256-23413042f1ef
|
|
VITE_AZURE_REDIRECT_URI=https://ai-sandbox.oliver.solutions/lusa-back-planner/
|
|
|
|
# ── Local development ──────────────────────────────────────────────────────────
|
|
# VITE_AZURE_TENANT_ID=e519c2e6-bc6d-4fdf-8d9c-923c2f002385
|
|
# VITE_AZURE_CLIENT_ID=15c0c4e2-bac0-4564-a3a6-c2717f00a6d9
|
|
# VITE_AZURE_REDIRECT_URI=http://localhost:3000/
|