Hi.Sample/Properties/launchSettings.json
2025-04-08 19:35:28 +08:00

12 lines
274 B
JSON

{
"profiles": {
"HiAPI.Sample": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:52376;http://localhost:52377"
}
}
}