Files
hotline-planner/dev/backend/HotlinePlanner profile pic and bg worker/appsettings.Development.json
2026-02-24 13:32:01 +01:00

25 lines
698 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": 5,
"TokenStorePath": "App_Data/refresh-tokens.json",
"TokenScope": "User.Read Calendars.ReadWrite offline_access"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}