更新配置:launchSettings配置端口

This commit is contained in:
Argo-MacBookPro 2018-11-03 22:32:00 +08:00
parent 8d59a892ba
commit cb1cc21ef9
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:50853/"
"applicationUrl": "http://localhost:50852/"
}
}
}

View File

@ -22,7 +22,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
"applicationUrl": "http://localhost:49185"
}
}
}