This commit is contained in:
2025-02-13 15:04:36 +08:00
parent ecb7b90d00
commit 9c3257b317
6 changed files with 13 additions and 14 deletions

View File

@@ -6,7 +6,7 @@
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:5062",
"applicationUrl": "http://192.168.43.215:5062",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
@@ -16,7 +16,7 @@
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7116;http://localhost:5062",
"applicationUrl": "https://192.168.43.215:7116;http://localhost:5062",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}