{ "$schema": "http://json.schemastore.org/launchsettings.json", "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:59438", "sslPort": 44389 } }, "profiles": { //"IIS Express": { // "commandName": "IISExpress", // "launchBrowser": true, // "launchUrl": "swagger", // "environmentVariables": { // "ASPNETCORE_ENVIRONMENT": "Development" // } //}, "服务API": { "commandName": "Project", "dotnetRunMessages": "true", "launchBrowser": true, //"launchUrl": "swagger", "applicationUrl": "http://192.168.1.108:20000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } } } }