mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 22:53:27 +08:00
【优化】修改launchSettings.json本地调试端口号,防止接口端和后端同时启动应用程序模式下端口号冲突。
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
"applicationUrl": "http://localhost:5000"
|
||||
"applicationUrl": "http://localhost:2015"
|
||||
},
|
||||
"Docker": {
|
||||
"commandName": "Docker",
|
||||
|
||||
Reference in New Issue
Block a user