Files
hotline-planner/dev/backend/backend AG (good)/appsettings.json
2026-02-23 14:02:44 +01:00

23 lines
628 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"AzureAd": {
"Instance": "https://login.microsoftonline.com/",
"ClientId": "9d4fb416-c22c-4a83-be54-c64b32390512",
"ClientSecret": "0SK8Q~mVY7WxGY96qh8Z-a_ZPG_37XNgc6DMKcaG",
"TenantId": "organizations",
"CallbackPath": "/signin-oidc"
},
"MicrosoftGraph": {
"BaseUrl": "https://graph.microsoft.com/v1.0",
"Scopes": "Calendars.Read Files.ReadWrite offline_access"
},
"ConnectionStrings": {
"DefaultConnection": "Data Source=CalendarSync.db"
}
}