# Microsoft Azure App Registration # Required: your app registration client ID MS_CLIENT_ID=your_client_id_here # Optional: only needed for confidential client app registrations (client secret app regs). # Leave blank or omit for public client apps (device code flow with "Allow public client flows" enabled). # MS_CLIENT_SECRET= # Optional: Enable test mode (uses mock data instead of real API calls) USE_TEST_MODE=false # Optional: Enable verbose debug logging DEBUG_MODE=false