26 lines
		
	
	
		
			637 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			637 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
	"$schema": "http://json.schemastore.org/launchsettings.json",
 | 
						|
	"profiles": {
 | 
						|
		"APT.WebApi": {
 | 
						|
			"commandName": "Project",
 | 
						|
			"launchUrl": "api/values",
 | 
						|
			"environmentVariables": {
 | 
						|
				"ASPNETCORE_ENVIRONMENT": "Test"
 | 
						|
			},
 | 
						|
			"nativeDebugging": true,
 | 
						|
			"applicationUrl": "http://localhost:6117"
 | 
						|
		},
 | 
						|
		"Docker": {
 | 
						|
			"commandName": "Docker",
 | 
						|
			"launchBrowser": true,
 | 
						|
			"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/api/values",
 | 
						|
			"environmentVariables": {
 | 
						|
				"ASPNETCORE_URLS": "https://+:443;http://+:80",
 | 
						|
				"ASPNETCORE_HTTPS_PORT": "44300"
 | 
						|
			},
 | 
						|
			"httpPort": 51227,
 | 
						|
			"useSSL": true,
 | 
						|
			"sslPort": 44300
 | 
						|
		}
 | 
						|
	}
 | 
						|
} |