16 lines
294 B
JSON
16 lines
294 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"oidc" : {
|
|
"authority" : "https://dummy.dummy",
|
|
"client_id": "id",
|
|
"client_secret": "secret"
|
|
}
|
|
}
|