21 lines
515 B
JSON
21 lines
515 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Data Source=GraphCalendarSync.db"
|
|
},
|
|
"AzureAd": {
|
|
"Instance": "https://login.microsoftonline.com/",
|
|
"Domain": "YOUR_DOMAIN_HERE",
|
|
"TenantId": "YOUR_TENANT_ID_HERE",
|
|
"ClientId": "YOUR_CLIENT_ID_HERE",
|
|
"ClientSecret": "YOUR_CLIENT_SECRET_HERE",
|
|
"BaseUrl": "https://graph.microsoft.com/v1.0"
|
|
}
|
|
}
|