22 lines
596 B
JSON
22 lines
596 B
JSON
{
|
|
"AzureAd": {
|
|
"Instance": "https://login.microsoftonline.com/",
|
|
"Domain": "yourdomain.onmicrosoft.com",
|
|
"ClientId": "9d4fb416-c22c-4a83-be54-c64b32390512",
|
|
"ClientSecret": "0SK8Q~mVY7WxGY96qh8Z-a_ZPG_37XNgc6DMKcaG",
|
|
"TenantId": "organizations",
|
|
"CallbackPath": "/signin-oidc",
|
|
"Scopes": "Calendars.Read Files.ReadWrite offline_access"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Data Source=CalendarSync.db"
|
|
}
|
|
}
|