CONFIGURED projects #2

This commit is contained in:
Marek Lesko
2025-07-16 13:31:46 +00:00
parent f465a0d9eb
commit 5f921e5a2c
5 changed files with 60 additions and 16 deletions

View File

@@ -5,17 +5,17 @@
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
"ASPNETCORE_ENVIRONMENT": "Development",
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7145;http://localhost:5012"
"applicationUrl": "https://0.0.0.0:5001;http://0.0.0.0:5000"
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
"ASPNETCORE_ENVIRONMENT": "Development",
}
},
"Container (Dockerfile)": {