chore: 调整本地启动配置

This commit is contained in:
2025-12-04 22:37:05 +08:00
parent d9d9beed17
commit 64a5f61a6a
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:2676;http://localhost:2680"
"applicationUrl": "http://localhost:2680"
}
}
}

View File

@@ -6,7 +6,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:2678;http://localhost:2681"
"applicationUrl": "http://localhost:2681"
}
}
}

View File

@@ -6,7 +6,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:2679;http://localhost:2682"
"applicationUrl": "http://localhost:2682"
}
}
}