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

21 lines
585 B
JSON

{
"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"
},
"MicrosoftGraph": {
"BaseUrl": "https://graph.microsoft.com/v1.0",
"Scopes": "Calendars.ReadWrite"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}