xiangyixiangqin/server/src/XiangYi.AdminApi/Properties/launchSettings.json
2026-01-13 20:43:20 +08:00

21 lines
522 B
JSON

{
"profiles": {
"XiangYi.AdminApi": {
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5001"
},
"Container (Dockerfile)": {
"commandName": "Docker",
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"environmentVariables": {
"ASPNETCORE_HTTP_PORTS": "8080"
},
"publishAllPorts": true,
"useSSL": false
}
}
}