21 lines
537 B
JSON
21 lines
537 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"
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Data Source=calendar-sync.db"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.Identity.Web": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|