22 lines
		
	
	
		
			500 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			500 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "https://json.schemastore.org/launchsettings.json",
 | 
						|
  "profiles": {
 | 
						|
    "http": {
 | 
						|
      "commandName": "Project",
 | 
						|
      "dotnetRunMessages": true,
 | 
						|
      "launchBrowser": false,
 | 
						|
      "environmentVariables": {
 | 
						|
        "ASPNETCORE_ENVIRONMENT": "Development"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    "https": {
 | 
						|
      "commandName": "Project",
 | 
						|
      "dotnetRunMessages": true,
 | 
						|
      "launchBrowser": false,
 | 
						|
      "environmentVariables": {
 | 
						|
        "ASPNETCORE_ENVIRONMENT": "Development"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |