From 667294cc8b363bacb7705dc29a6b1dfd65772e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Thu, 21 Nov 2019 17:39:22 +0300 Subject: [PATCH] #2231 Change applicationUrls for the microservice demo applications --- .../applications/AuthServer.Host/Properties/launchSettings.json | 2 +- .../BackendAdminApp.Host/Properties/launchSettings.json | 2 +- .../PublicWebSite.Host/Properties/launchSettings.json | 2 +- .../BackendAdminAppGateway.Host/Properties/launchSettings.json | 2 +- .../InternalGateway.Host/Properties/launchSettings.json | 2 +- .../PublicWebSiteGateway.Host/Properties/launchSettings.json | 2 +- .../BloggingService.Host/Properties/launchSettings.json | 2 +- .../IdentityService.Host/Properties/launchSettings.json | 2 +- .../ProductService.Host/Properties/launchSettings.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) 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" }