diff --git a/src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.json b/src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.json index 26e436a4e..f55fc195a 100644 --- a/src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.json +++ b/src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.json @@ -21,7 +21,7 @@ } }, "Identity": { - "Url": "http://localhost:5105", + "Url": "http://localhost:5223", "Audience": "webshoppingagg", "Scopes": { "webshoppingagg": "Shopping Aggregator for Web Clients" diff --git a/src/Services/Basket/Basket.API/appsettings.json b/src/Services/Basket/Basket.API/appsettings.json index 85c3b39ec..3a4547555 100644 --- a/src/Services/Basket/Basket.API/appsettings.json +++ b/src/Services/Basket/Basket.API/appsettings.json @@ -36,7 +36,7 @@ }, "Identity": { "Audience": "basket", - "Url": "http://localhost:5105", + "Url": "http://localhost:5223", "Scopes": { "basket": "Basket API" } diff --git a/src/Services/Ordering/Ordering.API/appsettings.json b/src/Services/Ordering/Ordering.API/appsettings.json index bb8590ba3..091b53626 100644 --- a/src/Services/Ordering/Ordering.API/appsettings.json +++ b/src/Services/Ordering/Ordering.API/appsettings.json @@ -42,7 +42,7 @@ "InstrumentationKey": "" }, "Identity": { - "Url": "http://localhost:5105", + "Url": "http://localhost:5223", "Audience": "orders", "Scopes": { "orders": "Ordering API" diff --git a/src/Services/Ordering/Ordering.SignalrHub/appsettings.json b/src/Services/Ordering/Ordering.SignalrHub/appsettings.json index bf7ffc1e2..887e4afdd 100644 --- a/src/Services/Ordering/Ordering.SignalrHub/appsettings.json +++ b/src/Services/Ordering/Ordering.SignalrHub/appsettings.json @@ -7,7 +7,7 @@ }, "Identity": { "Audience": "orders.signalrhub", - "Url": "http://localhost:5105" + "Url": "http://localhost:5223" }, "EventBus": { "SubscriptionClientName": "Ordering.signalrhub", diff --git a/src/Services/Payment/Payment.API/Properties/launchSettings.json b/src/Services/Payment/Payment.API/Properties/launchSettings.json index 007e0eace..8d137d73f 100644 --- a/src/Services/Payment/Payment.API/Properties/launchSettings.json +++ b/src/Services/Payment/Payment.API/Properties/launchSettings.json @@ -2,7 +2,7 @@ "profiles": { "Payment.API": { "commandName": "Project", - "launchBrowser": true, + "launchBrowser": false, "applicationUrl": "http://localhost:5226", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" diff --git a/src/Services/Webhooks/Webhooks.API/appsettings.json b/src/Services/Webhooks/Webhooks.API/appsettings.json index 1071feb1b..8d103c53e 100644 --- a/src/Services/Webhooks/Webhooks.API/appsettings.json +++ b/src/Services/Webhooks/Webhooks.API/appsettings.json @@ -31,7 +31,7 @@ "InstrumentationKey": "" }, "Identity": { - "Url": "http://localhost:5105", + "Url": "http://localhost:5223", "Audience": "webhooks", "Scopes": { "webhooks": "Webhooks API"