13 lines
		
	
	
		
			307 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			307 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "http://json.schemastore.org/launchsettings.json",
 | 
						|
  "profiles": {
 | 
						|
    "http": {
 | 
						|
      "commandName": "Project",
 | 
						|
      "launchBrowser": true,
 | 
						|
      "environmentVariables": {
 | 
						|
        "ASPNETCORE_ENVIRONMENT": "Development"
 | 
						|
      },
 | 
						|
      "applicationUrl": "https://localhost:44348"
 | 
						|
    }
 | 
						|
  }
 | 
						|
} |