25 lines
758 B
JSON
25 lines
758 B
JSON
{
|
|
"profiles": {
|
|
"http": {
|
|
"commandName": "Project",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"dotnetRunMessages": true,
|
|
"applicationUrl": "http://localhost:5243",
|
|
"launchBrowser": true // Добавлено свойство
|
|
},
|
|
"https": {
|
|
"commandName": "Project",
|
|
"launchUrl": "https://localhost:7184/swagger/index.html",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"dotnetRunMessages": true,
|
|
"applicationUrl": "https://localhost:7184;http://localhost:5243",
|
|
"launchBrowser": true // Добавлено свойство
|
|
}
|
|
},
|
|
"$schema": "https://json.schemastore.org/launchsettings.json"
|
|
}
|