Files
2026-02-23 14:02:44 +01:00

35 lines
852 B
JSON

{
"AzureAd": {
"Instance": "https://login.microsoftonline.com/",
"TenantId": "organizations",
"ClientId": "9d4fb416-c22c-4a83-be54-c64b32390512",
"ClientSecret": "0SK8Q~mVY7WxGY96qh8Z-a_ZPG_37XNgc6DMKcaG",
"CallbackPath": "/signin-oidc",
"SignedOutCallbackPath": "/signout-callback-oidc"
},
"DownstreamApi": {
"Scopes": "Calendars.Read Files.ReadWrite offline_access"
},
"ConnectionStrings": {
"DefaultConnection": "Data Source=calendarSync.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"CalendarSync.Services": "Information"
}
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:7100"
},
"Https": {
"Url": "https://localhost:7101"
}
}
},
"AllowedHosts": "*"
}