Initial commit
This commit is contained in:
@@ -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": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user