Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added IdentityUrlExternal to src\Services\Ordering\Ordering.FunctionalTests\appsettings.json; sorted the properties
  • Loading branch information
InstanceFactory committed Dec 23, 2020
1 parent 811874b commit 449bb45
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"CheckUpdateTime": "30000",
"ConnectionString": "Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;",
"EventBusConnection": "localhost",
"ExternalCatalogBaseUrl": "http://localhost:5101",
"GracePeriodTime": "1",
"IdentityUrl": "http://localhost:5105",
"IdentityUrlExternal": "http://localhost:5105",
"isTest": "true",
"EventBusConnection": "localhost",
"CheckUpdateTime": "30000",
"GracePeriodTime": "1",
"SubscriptionClientName": "Ordering",
"SuppressCheckForUnhandledSecurityMetadata":true
"SuppressCheckForUnhandledSecurityMetadata": true
}

0 comments on commit 449bb45

Please sign in to comment.