2025-11-02 00:41:36 +08:00

22 lines
555 B
JSON

{
"profiles": {
"JiShe.IoT.HttpApi.Host": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:10500"
},
"Container (Dockerfile)": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"environmentVariables": {
"ASPNETCORE_HTTP_PORTS": "10500"
},
"publishAllPorts": true,
"useSSL": false
}
}
}