26 lines
700 B
JSON
26 lines
700 B
JSON
{
|
|
"Authentication": {
|
|
"Microsoft": {
|
|
"ClientId": "9d4fb416-c22c-4a83-be54-c64b32390512",
|
|
"ClientSecret": "0SK8Q~mVY7WxGY96qh8Z-a_ZPG_37XNgc6DMKcaG",
|
|
"TenantId": "organizations"
|
|
},
|
|
"Google": {
|
|
"ClientId": "591804741074-sj9jdr4gp3nj3ftrs91s9cila0v2o3mi.apps.googleusercontent.com",
|
|
"ClientSecret": "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"
|
|
}
|
|
},
|
|
"CalendarWorker": {
|
|
"Enabled": true,
|
|
"IntervalMinutes": 60,
|
|
"TokenStorePath": "App_Data/refresh-tokens.json",
|
|
"TokenScope": "User.Read Calendars.ReadWrite offline_access"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
}
|
|
}
|