Skip to content

Commit 4f130dc

Browse files
committed
Merge branch 'dev'
2 parents 1420562 + bb1b56c commit 4f130dc

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

test/Services/IntegrationTests/Services/Catalog/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"ConnectionString": "Server=tcp:127.0.0.1,5433;Initial Catalog=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word",
33
"ExternalCatalogBaseUrl": "http://localhost:5101",
44
"IdentityUrl": "http://localhost:5105",
5-
"isTest": "true"
5+
"isTest": "true",
6+
"EventBusConnection": "localhost"
67
}

test/Services/IntegrationTests/Services/Ordering/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"ConnectionString": "Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;",
33
"ExternalCatalogBaseUrl": "http://localhost:5101",
44
"IdentityUrl": "http://localhost:5105",
5-
"isTest": "true"
5+
"isTest": "true",
6+
"EventBusConnection": "localhost"
67
}

0 commit comments

Comments
 (0)