fix report command

This commit is contained in:
Suphonchai Phoonsawat 2023-12-22 15:53:33 +07:00
parent e8a288b4b2
commit 4969d2af46
2 changed files with 26 additions and 16 deletions

View file

@ -1,5 +1,15 @@
{
"profiles": {
"dotnet": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7164;http://localhost:5156"
},
"http": {
"commandName": "Project",
"launchBrowser": true,
@ -46,13 +56,13 @@
"useSSL": true
}
},
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:23132",
"sslPort": 44337
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:23132",
"sslPort": 44337
}
}
}
}