Update 2 files

- / Properties/launchSettings.json
- /Properties/launchSettings.json
This commit is contained in:
pashko
2025-09-01 14:40:31 +00:00
parent 005a56b696
commit e568152325
+13
View File
@@ -0,0 +1,13 @@
{
"profiles": {
"HelloWorldApp": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://*:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}