chore: 修复 Docker 配置并调整菜单排序

This commit is contained in:
2025-12-05 15:09:46 +08:00
parent a42f470113
commit 1994ed6061
6 changed files with 551 additions and 160 deletions

View File

@@ -3,10 +3,21 @@
"TakeoutSaaS.AdminApi": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:2680"
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
"publishAllPorts": true,
"useSSL": false,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}
}