更新配置:launchSettings配置端口
This commit is contained in:
parent
8d59a892ba
commit
cb1cc21ef9
|
@ -22,7 +22,7 @@
|
|||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
"applicationUrl": "http://localhost:50853/"
|
||||
"applicationUrl": "http://localhost:50852/"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -22,7 +22,7 @@
|
|||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
"applicationUrl": "https://localhost:5001;http://localhost:5000"
|
||||
"applicationUrl": "http://localhost:49185"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue