19 lines
364 B
JSON
19 lines
364 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AuthClientParams": {
|
|
"Url": "https://localhost:7192/auth-hub",
|
|
"PublicKeys": [
|
|
{
|
|
"Issuer": "auth.digitaldata.works",
|
|
"Audience": "sign-flow-gen.digitaldata.works"
|
|
}
|
|
],
|
|
"RetryDelay": "00:00:05"
|
|
}
|
|
}
|