Initial commit

This commit is contained in:
2026-06-02 10:51:14 +02:00
committed by kawa
commit d19092c84e
182 changed files with 13757 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"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": "*"
}