1. Change Launch browser settings
2. Changed Launch URL to HTTPS endpoint
This commit is contained in:
		
							parent
							
								
									07a8f8fad8
								
							
						
					
					
						commit
						87034ce8e0
					
				@ -10,7 +10,6 @@
 | 
				
			|||||||
  "profiles": {
 | 
					  "profiles": {
 | 
				
			||||||
    "IIS Express": {
 | 
					    "IIS Express": {
 | 
				
			||||||
      "commandName": "IISExpress",
 | 
					      "commandName": "IISExpress",
 | 
				
			||||||
      "launchBrowser": true,
 | 
					 | 
				
			||||||
      "environmentVariables": {
 | 
					      "environmentVariables": {
 | 
				
			||||||
        "ASPNETCORE_ENVIRONMENT": "Development"
 | 
					        "ASPNETCORE_ENVIRONMENT": "Development"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
@ -18,7 +17,7 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
			"Microsoft.eShopOnContainers.WebMVC": {
 | 
								"Microsoft.eShopOnContainers.WebMVC": {
 | 
				
			||||||
				"commandName": "Project",
 | 
									"commandName": "Project",
 | 
				
			||||||
      "launchUrl": "/",
 | 
									"launchUrl": "http://localhost:4001",
 | 
				
			||||||
				"environmentVariables": {
 | 
									"environmentVariables": {
 | 
				
			||||||
					"ASPNETCORE_ENVIRONMENT": "Development"
 | 
										"ASPNETCORE_ENVIRONMENT": "Development"
 | 
				
			||||||
				},
 | 
									},
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user