22 lines
555 B
JSON
Raw Normal View History

2025-03-11 10:24:11 +08:00
{
"profiles": {
2025-05-27 14:27:50 +08:00
"JiShe.IoT.HttpApi.Host": {
2025-03-11 10:24:11 +08:00
"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
2025-03-11 10:24:11 +08:00
}
}
}