# Base URL for the Reflector backend API. # In dev, Vite proxies /v1 to this origin so keep it pointing at the local server. VITE_API_PROXY_TARGET=http://localhost:1250 # OIDC (Authentik) — used when the backend runs in JWT / SSO mode. # Leave blank in password-auth mode. VITE_OIDC_AUTHORITY= VITE_OIDC_CLIENT_ID= # Scopes requested at login. Defaults to "openid profile email" when blank. VITE_OIDC_SCOPE=openid profile email