This commit is contained in:
elias
2023-01-31 08:39:12 +01:00
parent 0872a55718
commit 63e25fcf84
5 changed files with 125 additions and 6 deletions

View File

@@ -13,11 +13,10 @@
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:8080",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:8080",
"dotnetRunMessages": true
}
},
"IIS Express": {
"commandName": "IISExpress",
@@ -31,8 +30,7 @@
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
"publishAllPorts": true,
"useSSL": true
"environmentVariables": {}
}
}
}