修改配置。

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