34 lines
		
	
	
		
			861 B
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			861 B
		
	
	
	
		
			JSON
		
	
	
{
 | 
						|
  "iisSettings": {
 | 
						|
    "windowsAuthentication": false,
 | 
						|
    "anonymousAuthentication": true,
 | 
						|
    "iisExpress": {
 | 
						|
      "applicationUrl": "http://localhost:3305",
 | 
						|
      "sslPort": 0
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "$schema": "http://json.schemastore.org/launchsettings.json",
 | 
						|
  "profiles": {
 | 
						|
    "IIS Express": {
 | 
						|
      "commandName": "IISExpress",
 | 
						|
      "launchBrowser": true,
 | 
						|
      "environmentVariables": {
 | 
						|
        "ASPNETCORE_ENVIRONMENT": "Development"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    "IRaCIS.Core.API": {
 | 
						|
      "commandName": "Project",
 | 
						|
      "launchBrowser": true,
 | 
						|
      "environmentVariables": {
 | 
						|
        "ASPNETCORE_ENVIRONMENT": "Development"
 | 
						|
      },
 | 
						|
      "applicationUrl": "http://localhost:6100"
 | 
						|
    },
 | 
						|
    "Docker": {
 | 
						|
      "commandName": "Docker",
 | 
						|
      "launchBrowser": true,
 | 
						|
      "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
 | 
						|
      "publishAllPorts": true
 | 
						|
    }
 | 
						|
  }
 | 
						|
} |