Files
hotline-planner/component split/antigravity/asp_o365_calendar/appsettings.Development.json
2026-02-23 12:27:26 +01:00

16 lines
448 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AzureAd": {
"Instance": "https://login.microsoftonline.com/",
"Domain": "yourcompany.onmicrosoft.com",
"TenantId": "915dea78-a018-45cf-9cc6-f75e13df8b78",
"ClientId": "9d4fb416-c22c-4a83-be54-c64b32390512",
"CallbackPath": "/signin-oidc",
"ClientSecret": "0SK8Q~mVY7WxGY96qh8Z-a_ZPG_37XNgc6DMKcaG"
}
}