修改配置。

master
MysticBoy 2 years ago
parent 9b17c13be4
commit 721e666862

@ -1,21 +1,15 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:28213",
"sslPort": 44341
}
},
"profiles": {
"IoTSharp.Gateways": {
"applicationUrl": "https://localhost:7126;http://localhost:5126",
"commandName": "Project",
"launchBrowser": true,
"devTunnelEnabled": true,
"devTunnelAccess": "Public",
"dotnetRunMessages": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:7126;http://localhost:5126",
"dotnetRunMessages": true
"launchBrowser": true
},
"IIS Express": {
"commandName": "IISExpress",
@ -31,5 +25,13 @@
"publishAllPorts": true,
"useSSL": true
}
},
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:28213",
"sslPort": 44341
}
}
}
Loading…
Cancel
Save