30 lines
787 B
JSON
30 lines
787 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Warning",
|
|
"HotlinePlannerWebhook": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Data Source=hotline.db"
|
|
},
|
|
|
|
"AzureAd": {
|
|
"Instance": "https://login.microsoftonline.com/",
|
|
"TenantId": "organizations",
|
|
"ClientId": "9d4fb416-c22c-4a83-be54-c64b32390512",
|
|
"ClientSecret": "0SK8Q~mVY7WxGY96qh8Z-a_ZPG_37XNgc6DMKcaG",
|
|
"CallbackPath": "/signin-oidc",
|
|
"SignedOutCallbackPath": "/signout-callback-oidc"
|
|
},
|
|
|
|
"Webhook": {
|
|
"BaseUrl": "https://delegable-unimplied-salma.ngrok-free.dev",
|
|
"ClientState": "hpl-sync-2026-pick-del-ump-ping-37261281"
|
|
}
|
|
}
|