pr1/presence/presence_api/Properties/launchSettings.json
2024-12-05 12:30:01 +03:00

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"
}