【优化】修改launchSettings.json本地调试端口号,防止接口端和后端同时启动应用程序模式下端口号冲突。

This commit is contained in:
jianweie code
2023-08-10 12:11:46 +08:00
parent ea000229d9
commit 2f66261c0e
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:5000"
"applicationUrl": "http://localhost:2015"
},
"Docker": {
"commandName": "Docker",