Browse Source

Fix ordering test settings

pull/1550/head
David Sanz 4 years ago
parent
commit
94b1a0bed0
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/Services/Ordering/Ordering.FunctionalTests/appsettings.json

+ 2
- 1
src/Services/Ordering/Ordering.FunctionalTests/appsettings.json View File

@ -2,10 +2,11 @@
"ConnectionString": "Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;", "ConnectionString": "Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;",
"ExternalCatalogBaseUrl": "http://localhost:5101", "ExternalCatalogBaseUrl": "http://localhost:5101",
"IdentityUrl": "http://localhost:5105", "IdentityUrl": "http://localhost:5105",
"IdentityUrlExternal": "http://localhost:5105",
"isTest": "true", "isTest": "true",
"EventBusConnection": "localhost", "EventBusConnection": "localhost",
"CheckUpdateTime": "30000", "CheckUpdateTime": "30000",
"GracePeriodTime": "1", "GracePeriodTime": "1",
"SubscriptionClientName": "Ordering", "SubscriptionClientName": "Ordering",
"SuppressCheckForUnhandledSecurityMetadata":true
"SuppressCheckForUnhandledSecurityMetadata": true
} }

Loading…
Cancel
Save