Added IdentityUrlExternal to src\Services\Ordering\Ordering.FunctionalTests\appsettings.json; sorted the properties
This commit is contained in:
parent
811874b76a
commit
c3d91dd914
@ -1,11 +1,12 @@
|
|||||||
{
|
{
|
||||||
"ConnectionString": "Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;",
|
|
||||||
"ExternalCatalogBaseUrl": "http://localhost:5101",
|
|
||||||
"IdentityUrl": "http://localhost:5105",
|
|
||||||
"isTest": "true",
|
|
||||||
"EventBusConnection": "localhost",
|
|
||||||
"CheckUpdateTime": "30000",
|
"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",
|
"GracePeriodTime": "1",
|
||||||
|
"IdentityUrl": "http://localhost:5105",
|
||||||
|
"IdentityUrlExternal": "http://localhost:5105",
|
||||||
|
"isTest": "true",
|
||||||
"SubscriptionClientName": "Ordering",
|
"SubscriptionClientName": "Ordering",
|
||||||
"SuppressCheckForUnhandledSecurityMetadata":true
|
"SuppressCheckForUnhandledSecurityMetadata": true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user