Hi.Sample/Properties/launchSettings.json
2025-04-13 00:19:07 +08:00

13 lines
305 B
JSON

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