SUB_UNITHYDRO/Properties/launchSettings.json
2025-04-18 10:59:48 +08:00

14 lines
311 B
JSON

{
"profiles": {
"FortranWebApi": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "http://0.0.0.0:5000"
}
}
}