# Azure AD app registration (Single-page application platform). # Add these as redirect URIs in the registration: # https://optical-dev.oliver.solutions/programme-pulse/ # http://localhost:5173/programme-pulse/ VITE_AZURE_TENANT_ID= VITE_AZURE_CLIENT_ID= # API base. Production: same-origin via Apache proxy → /programme-pulse/api. # Dev: Vite proxy forwards /programme-pulse/api → http://localhost:5051/api. VITE_API_BASE=/programme-pulse/api # Set to "true" to skip the MSAL sign-in gate locally. Must be paired with # DEV_AUTH_BYPASS=true on the backend. The SPA will render straight to the # signed-in UI and apiFetch will send requests without an Authorization header. VITE_DEV_AUTH_BYPASS=false