SUB_UNITHYDRO/Properties/launchSettings.json

14 lines
311 B
JSON
Raw Normal View History

2025-04-18 11:00:47 +08:00
{
"profiles": {
"FortranWebApi": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "http://0.0.0.0:5000"
}
}
}