diff --git a/samples/MicroserviceDemo/applications/AuthServer.Host/Properties/launchSettings.json b/samples/MicroserviceDemo/applications/AuthServer.Host/Properties/launchSettings.json index 64eeed40fe..d8e84747ac 100644 --- a/samples/MicroserviceDemo/applications/AuthServer.Host/Properties/launchSettings.json +++ b/samples/MicroserviceDemo/applications/AuthServer.Host/Properties/launchSettings.json @@ -18,7 +18,7 @@ "AuthServer.Host": { "commandName": "Project", "launchBrowser": true, - "applicationUrl": "http://localhost:5000", + "applicationUrl": "http://localhost:64999", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } diff --git a/samples/MicroserviceDemo/applications/BackendAdminApp.Host/Properties/launchSettings.json b/samples/MicroserviceDemo/applications/BackendAdminApp.Host/Properties/launchSettings.json index affa8826fb..f7ea179db1 100644 --- a/samples/MicroserviceDemo/applications/BackendAdminApp.Host/Properties/launchSettings.json +++ b/samples/MicroserviceDemo/applications/BackendAdminApp.Host/Properties/launchSettings.json @@ -18,7 +18,7 @@ "BackendAdminApp.Host": { "commandName": "Project", "launchBrowser": true, - "applicationUrl": "http://localhost:5000", + "applicationUrl": "http://localhost:51954", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } diff --git a/samples/MicroserviceDemo/applications/PublicWebSite.Host/Properties/launchSettings.json b/samples/MicroserviceDemo/applications/PublicWebSite.Host/Properties/launchSettings.json index 3945c0c403..9b9ac6527f 100644 --- a/samples/MicroserviceDemo/applications/PublicWebSite.Host/Properties/launchSettings.json +++ b/samples/MicroserviceDemo/applications/PublicWebSite.Host/Properties/launchSettings.json @@ -18,7 +18,7 @@ "PublicWebSite.Host": { "commandName": "Project", "launchBrowser": true, - "applicationUrl": "http://localhost:5000", + "applicationUrl": "http://localhost:53435", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } diff --git a/samples/MicroserviceDemo/gateways/BackendAdminAppGateway.Host/Properties/launchSettings.json b/samples/MicroserviceDemo/gateways/BackendAdminAppGateway.Host/Properties/launchSettings.json index 981961f411..f56a0bdb72 100644 --- a/samples/MicroserviceDemo/gateways/BackendAdminAppGateway.Host/Properties/launchSettings.json +++ b/samples/MicroserviceDemo/gateways/BackendAdminAppGateway.Host/Properties/launchSettings.json @@ -18,7 +18,7 @@ "BackendAdminAppGateway.Host": { "commandName": "Project", "launchBrowser": true, - "applicationUrl": "http://localhost:5000", + "applicationUrl": "http://localhost:65115", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } diff --git a/samples/MicroserviceDemo/gateways/InternalGateway.Host/Properties/launchSettings.json b/samples/MicroserviceDemo/gateways/InternalGateway.Host/Properties/launchSettings.json index f65859f468..c56831d419 100644 --- a/samples/MicroserviceDemo/gateways/InternalGateway.Host/Properties/launchSettings.json +++ b/samples/MicroserviceDemo/gateways/InternalGateway.Host/Properties/launchSettings.json @@ -18,7 +18,7 @@ "InternalGateway.Host": { "commandName": "Project", "launchBrowser": true, - "applicationUrl": "http://localhost:5000", + "applicationUrl": "http://localhost:65129", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } diff --git a/samples/MicroserviceDemo/gateways/PublicWebSiteGateway.Host/Properties/launchSettings.json b/samples/MicroserviceDemo/gateways/PublicWebSiteGateway.Host/Properties/launchSettings.json index fa3d33da52..b24931efcf 100644 --- a/samples/MicroserviceDemo/gateways/PublicWebSiteGateway.Host/Properties/launchSettings.json +++ b/samples/MicroserviceDemo/gateways/PublicWebSiteGateway.Host/Properties/launchSettings.json @@ -18,7 +18,7 @@ "PublicWebSiteGateway.Host": { "commandName": "Project", "launchBrowser": true, - "applicationUrl": "http://localhost:5000", + "applicationUrl": "http://localhost:64897", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } diff --git a/samples/MicroserviceDemo/microservices/BloggingService.Host/Properties/launchSettings.json b/samples/MicroserviceDemo/microservices/BloggingService.Host/Properties/launchSettings.json index b8f8803266..0ad1aabc2a 100644 --- a/samples/MicroserviceDemo/microservices/BloggingService.Host/Properties/launchSettings.json +++ b/samples/MicroserviceDemo/microservices/BloggingService.Host/Properties/launchSettings.json @@ -18,7 +18,7 @@ "BloggingService.Host": { "commandName": "Project", "launchBrowser": true, - "applicationUrl": "http://localhost:5000", + "applicationUrl": "http://localhost:62157", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } diff --git a/samples/MicroserviceDemo/microservices/IdentityService.Host/Properties/launchSettings.json b/samples/MicroserviceDemo/microservices/IdentityService.Host/Properties/launchSettings.json index cd85573717..d47ed9055c 100644 --- a/samples/MicroserviceDemo/microservices/IdentityService.Host/Properties/launchSettings.json +++ b/samples/MicroserviceDemo/microservices/IdentityService.Host/Properties/launchSettings.json @@ -18,7 +18,7 @@ "IdentityService.Host": { "commandName": "Project", "launchBrowser": true, - "applicationUrl": "http://localhost:5000", + "applicationUrl": "http://localhost:63568", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } diff --git a/samples/MicroserviceDemo/microservices/ProductService.Host/Properties/launchSettings.json b/samples/MicroserviceDemo/microservices/ProductService.Host/Properties/launchSettings.json index b93ef90918..d6620ecc08 100644 --- a/samples/MicroserviceDemo/microservices/ProductService.Host/Properties/launchSettings.json +++ b/samples/MicroserviceDemo/microservices/ProductService.Host/Properties/launchSettings.json @@ -18,7 +18,7 @@ "ProductService.Host": { "commandName": "Project", "launchBrowser": true, - "applicationUrl": "http://localhost:5000", + "applicationUrl": "http://localhost:60244", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }