pr1/presence/presence_api/Properties/launchSettings.json

25 lines
758 B
JSON
Raw Normal View History

2024-12-05 09:30:01 +00:00
{
"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"
}