You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
761 B

7 years ago
  1. {
  2. "CatalogUrl": "http://localhost:5101",
  3. "OrderingUrl": "http://localhost:5102",
  4. "BasketUrl": "http://localhost:5103",
  5. "MarketingUrl": "http://localhost:5110",
  6. "IdentityUrl": "http://localhost:5105",
  7. "CallBackUrl": "http://localhost:5100/",
  8. "LocationsUrl": "http://localhost:5109/",
  9. "IsClusterEnv": "False",
  10. "UseResilientHttp": "True",
  11. "UseLoadTest": false,
  12. "ActivateCampaignDetailFunction": "False",
  13. "UseCustomizationData": false,
  14. "Logging": {
  15. "IncludeScopes": false,
  16. "LogLevel": {
  17. "Default": "Trace",
  18. "System": "Information",
  19. "Microsoft": "Information"
  20. }
  21. },
  22. "ApplicationInsights": {
  23. "InstrumentationKey": ""
  24. },
  25. "HttpClientRetryCount": 8,
  26. "HttpClientExceptionsAllowedBeforeBreaking": 7
  27. }