Browse Source

#2231 Change applicationUrls for the microservice demo applications

pull/2238/head
Halil İbrahim Kalkan 6 years ago
parent
commit
667294cc8b
  1. 2
      samples/MicroserviceDemo/applications/AuthServer.Host/Properties/launchSettings.json
  2. 2
      samples/MicroserviceDemo/applications/BackendAdminApp.Host/Properties/launchSettings.json
  3. 2
      samples/MicroserviceDemo/applications/PublicWebSite.Host/Properties/launchSettings.json
  4. 2
      samples/MicroserviceDemo/gateways/BackendAdminAppGateway.Host/Properties/launchSettings.json
  5. 2
      samples/MicroserviceDemo/gateways/InternalGateway.Host/Properties/launchSettings.json
  6. 2
      samples/MicroserviceDemo/gateways/PublicWebSiteGateway.Host/Properties/launchSettings.json
  7. 2
      samples/MicroserviceDemo/microservices/BloggingService.Host/Properties/launchSettings.json
  8. 2
      samples/MicroserviceDemo/microservices/IdentityService.Host/Properties/launchSettings.json
  9. 2
      samples/MicroserviceDemo/microservices/ProductService.Host/Properties/launchSettings.json

2
samples/MicroserviceDemo/applications/AuthServer.Host/Properties/launchSettings.json

@ -18,7 +18,7 @@
"AuthServer.Host": { "AuthServer.Host": {
"commandName": "Project", "commandName": "Project",
"launchBrowser": true, "launchBrowser": true,
"applicationUrl": "http://localhost:5000", "applicationUrl": "http://localhost:64999",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }

2
samples/MicroserviceDemo/applications/BackendAdminApp.Host/Properties/launchSettings.json

@ -18,7 +18,7 @@
"BackendAdminApp.Host": { "BackendAdminApp.Host": {
"commandName": "Project", "commandName": "Project",
"launchBrowser": true, "launchBrowser": true,
"applicationUrl": "http://localhost:5000", "applicationUrl": "http://localhost:51954",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }

2
samples/MicroserviceDemo/applications/PublicWebSite.Host/Properties/launchSettings.json

@ -18,7 +18,7 @@
"PublicWebSite.Host": { "PublicWebSite.Host": {
"commandName": "Project", "commandName": "Project",
"launchBrowser": true, "launchBrowser": true,
"applicationUrl": "http://localhost:5000", "applicationUrl": "http://localhost:53435",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }

2
samples/MicroserviceDemo/gateways/BackendAdminAppGateway.Host/Properties/launchSettings.json

@ -18,7 +18,7 @@
"BackendAdminAppGateway.Host": { "BackendAdminAppGateway.Host": {
"commandName": "Project", "commandName": "Project",
"launchBrowser": true, "launchBrowser": true,
"applicationUrl": "http://localhost:5000", "applicationUrl": "http://localhost:65115",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }

2
samples/MicroserviceDemo/gateways/InternalGateway.Host/Properties/launchSettings.json

@ -18,7 +18,7 @@
"InternalGateway.Host": { "InternalGateway.Host": {
"commandName": "Project", "commandName": "Project",
"launchBrowser": true, "launchBrowser": true,
"applicationUrl": "http://localhost:5000", "applicationUrl": "http://localhost:65129",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }

2
samples/MicroserviceDemo/gateways/PublicWebSiteGateway.Host/Properties/launchSettings.json

@ -18,7 +18,7 @@
"PublicWebSiteGateway.Host": { "PublicWebSiteGateway.Host": {
"commandName": "Project", "commandName": "Project",
"launchBrowser": true, "launchBrowser": true,
"applicationUrl": "http://localhost:5000", "applicationUrl": "http://localhost:64897",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }

2
samples/MicroserviceDemo/microservices/BloggingService.Host/Properties/launchSettings.json

@ -18,7 +18,7 @@
"BloggingService.Host": { "BloggingService.Host": {
"commandName": "Project", "commandName": "Project",
"launchBrowser": true, "launchBrowser": true,
"applicationUrl": "http://localhost:5000", "applicationUrl": "http://localhost:62157",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }

2
samples/MicroserviceDemo/microservices/IdentityService.Host/Properties/launchSettings.json

@ -18,7 +18,7 @@
"IdentityService.Host": { "IdentityService.Host": {
"commandName": "Project", "commandName": "Project",
"launchBrowser": true, "launchBrowser": true,
"applicationUrl": "http://localhost:5000", "applicationUrl": "http://localhost:63568",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }

2
samples/MicroserviceDemo/microservices/ProductService.Host/Properties/launchSettings.json

@ -18,7 +18,7 @@
"ProductService.Host": { "ProductService.Host": {
"commandName": "Project", "commandName": "Project",
"launchBrowser": true, "launchBrowser": true,
"applicationUrl": "http://localhost:5000", "applicationUrl": "http://localhost:60244",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }

Loading…
Cancel
Save