mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			788 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			788 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "http://json.schemastore.org/launchsettings.json",
 | 
						|
  "iisSettings": {
 | 
						|
    "windowsAuthentication": false, 
 | 
						|
    "anonymousAuthentication": true, 
 | 
						|
    "iisExpress": {
 | 
						|
      "applicationUrl": "http://localhost:58143",
 | 
						|
      "sslPort": 44349
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "profiles": {
 | 
						|
    "IIS Express": {
 | 
						|
      "commandName": "IISExpress",
 | 
						|
      "launchBrowser": true,
 | 
						|
      "launchUrl": "api/values",
 | 
						|
      "environmentVariables": {
 | 
						|
        "ASPNETCORE_ENVIRONMENT": "Development"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    "efcore_to_freesql": {
 | 
						|
      "commandName": "Project",
 | 
						|
      "launchBrowser": true,
 | 
						|
      "launchUrl": "api/values",
 | 
						|
      "applicationUrl": "https://localhost:5001;http://localhost:5000",
 | 
						|
      "environmentVariables": {
 | 
						|
        "ASPNETCORE_ENVIRONMENT": "Development"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  }
 | 
						|
} |