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.

31 lines
882 B

  1. {
  2. "ConnectionString": "Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.IdentityDb;User Id=sa;Password=Pass@word;",
  3. "IsClusterEnv": "False",
  4. "MvcClient": "http://localhost:5100",
  5. "SpaClient": "http://localhost:5104",
  6. "XamarinCallback": "http://localhost:5105/xamarincallback",
  7. "UseCustomizationData": false,
  8. "Serilog": {
  9. "SeqServerUrl": null,
  10. "LogstashgUrl": null,
  11. "MinimumLevel": {
  12. "Default": "Information",
  13. "Override": {
  14. "Microsoft": "Warning",
  15. "Microsoft.eShopOnContainers": "Information",
  16. "System": "Warning"
  17. }
  18. }
  19. },
  20. "ApplicationInsights": {
  21. "InstrumentationKey": ""
  22. },
  23. "UseVault": false,
  24. "Vault": {
  25. "Name": "eshop",
  26. "ClientId": "your-client-id",
  27. "ClientSecret": "your-client-secret"
  28. },
  29. "TokenLifetimeMinutes": 120,
  30. "PermanentTokenLifetimeDays": 365
  31. }