29 lines
		
	
	
		
			735 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			735 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "iisSettings": {
 | |
|     "windowsAuthentication": false,
 | |
|     "anonymousAuthentication": true,
 | |
|     "iisExpress": {
 | |
|       "applicationUrl": "http://localhost:20693",
 | |
|       "sslPort": 0
 | |
|     }
 | |
|   },
 | |
|   "$schema": "http://json.schemastore.org/launchsettings.json",
 | |
|   "profiles": {
 | |
|     "IIS Express": {
 | |
|       "commandName": "IISExpress",
 | |
|       "launchUrl": "weatherforecast",
 | |
|       "environmentVariables": {
 | |
|         "ASPNETCORE_ENVIRONMENT": "Development"
 | |
|       }
 | |
|     },
 | |
|     "FeatureWerkAPIs": {
 | |
|       "commandName": "Project",
 | |
|       "launchBrowser": true,
 | |
|       "launchUrl": "weatherforecast",
 | |
|       "environmentVariables": {
 | |
|         "ASPNETCORE_ENVIRONMENT": "Development"
 | |
|       },
 | |
|       "applicationUrl": "http://localhost:5000"
 | |
|     }
 | |
|   }
 | |
| } |