23 lines
498 B
JSON
23 lines
498 B
JSON
{
|
|
"DataFolder": "/data",
|
|
"Oidc": {
|
|
"TenantId": "YOUR_ENTRA_TENANT_ID",
|
|
"ClientId": "YOUR_SPTB_APP_CLIENT_ID",
|
|
"ClientSecret": "YOUR_SPTB_APP_CLIENT_SECRET"
|
|
},
|
|
"ClientConnect": {
|
|
"RedirectUri": "http://localhost:5000/connect/callback"
|
|
},
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft": "Warning",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"System": "Warning"
|
|
}
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|