appsettings.json 333 B

123456789101112131415161718
  1. {
  2. "HttpServices": {
  3. "PortalIntranetEndpoint": {
  4. "Address": "https://localhost:7241",
  5. "Resilience": {
  6. "Retry": {
  7. "Enabled": false,
  8. "Attempts": 3,
  9. "WaitDuration": 1000
  10. },
  11. "Timeout": {
  12. "Enabled": false,
  13. "Value": 50
  14. }
  15. }
  16. }
  17. }
  18. }