Replaced "EnvelopeGenerator.WebUI" with "EnvelopeGenerator.Server" and "EnvelopeGenerator.WebUI.Client" with "EnvelopeGenerator.Server.Client". Updated project entries, solution configuration platforms, and nested projects to reflect these changes.
19 lines
350 B
JSON
19 lines
350 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AuthClientParams": {
|
|
"Url": "http://172.24.12.39:9090/auth-hub",
|
|
"PublicKeys": [
|
|
{
|
|
"Issuer": "auth.digitaldata.works",
|
|
"Audience": "sign-flow.digitaldata.works"
|
|
}
|
|
],
|
|
"RetryDelay": "00:00:05"
|
|
}
|
|
}
|