50 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
| {
 | |
|   "$schema": "http://json.schemastore.org/launchsettings.json",
 | |
|   "iisSettings": {
 | |
|     "windowsAuthentication": false,
 | |
|     "anonymousAuthentication": true,
 | |
|     "iisExpress": {
 | |
|       "applicationUrl": "http://localhost:3305",
 | |
|       "sslPort": 0
 | |
|     }
 | |
|   },
 | |
|   "profiles": {
 | |
|     "IIS Express": {
 | |
|       "commandName": "IISExpress",
 | |
|       "launchBrowser": true,
 | |
|       "environmentVariables": {
 | |
|         "ASPNETCORE_ENVIRONMENT": "Development"
 | |
|       }
 | |
|     },
 | |
|     "IRaCIS.Development": {
 | |
|       "commandName": "Project",
 | |
|       "launchBrowser": true,
 | |
|       "environmentVariables": {
 | |
|         "ASPNETCORE_ENVIRONMENT": "Development"
 | |
|       },
 | |
|       "applicationUrl": "http://localhost:6100"
 | |
|     },
 | |
|     "Docker": {
 | |
|       "commandName": "Docker",
 | |
|       "launchBrowser": true,
 | |
|       "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
 | |
|       "publishAllPorts": true
 | |
|     },
 | |
|     "IRaCIS.Staging": {
 | |
|       "commandName": "Project",
 | |
|       "launchBrowser": true,
 | |
|       "environmentVariables": {
 | |
|         "ASPNETCORE_ENVIRONMENT": "Staging"
 | |
|       },
 | |
|       "applicationUrl": "http://localhost:6200"
 | |
|     },
 | |
|     "IRaCIS.Production": {
 | |
|       "commandName": "Project",
 | |
|       "launchBrowser": true,
 | |
|       "environmentVariables": {
 | |
|         "ASPNETCORE_ENVIRONMENT": "Production"
 | |
|       },
 | |
|       "applicationUrl": "http://localhost:6300"
 | |
|     }
 | |
|   }
 | |
| } |