technical edits

This commit is contained in:
Artemy
2025-12-12 17:23:01 +07:00
parent bf2aca40d3
commit 7e6f914878
23 changed files with 461 additions and 114 deletions
+3 -3
View File
@@ -5,7 +5,7 @@
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "https://0.0.0.0:8080;http://localhost:5041",
"applicationUrl": "http://0.0.0.0:8080;",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
@@ -13,8 +13,8 @@
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "https://0.0.0.0:8080;https://localhost:7155;http://localhost:5041",
"launchBrowser": true,
"applicationUrl": "https://0.0.0.0:8080;",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}