app01-dotnet-v7/Properties/launchSettings.json
pashko e568152325 Update 2 files
- / Properties/launchSettings.json
- /Properties/launchSettings.json
2025-09-01 14:40:31 +00:00

13 lines
311 B
JSON

{
"profiles": {
"HelloWorldApp": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://*:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}