SUB_WAVELET/Properties/launchSettings.json

14 lines
311 B
JSON
Raw Normal View History

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