2026-02-18 17:11:13 +01:00
|
|
|
{
|
2026-03-16 21:54:44 +01:00
|
|
|
"profiles": {
|
|
|
|
|
"http": {
|
|
|
|
|
"commandName": "Project",
|
|
|
|
|
"launchBrowser": true,
|
|
|
|
|
"environmentVariables": {
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
2026-02-18 17:11:13 +01:00
|
|
|
},
|
2026-03-16 21:54:44 +01:00
|
|
|
"dotnetRunMessages": true,
|
|
|
|
|
"applicationUrl": "http://localhost:5159"
|
|
|
|
|
},
|
|
|
|
|
"https": {
|
|
|
|
|
"commandName": "Project",
|
|
|
|
|
"launchBrowser": true,
|
|
|
|
|
"environmentVariables": {
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
|
},
|
|
|
|
|
"dotnetRunMessages": true,
|
|
|
|
|
"applicationUrl": "https://localhost:7021;http://localhost:5159"
|
|
|
|
|
},
|
|
|
|
|
"WSL": {
|
|
|
|
|
"commandName": "WSL2",
|
|
|
|
|
"launchBrowser": true,
|
|
|
|
|
"launchUrl": "https://localhost:7021",
|
|
|
|
|
"environmentVariables": {
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
|
|
|
"ASPNETCORE_URLS": "https://localhost:7021;http://localhost:5159"
|
|
|
|
|
},
|
|
|
|
|
"distributionName": ""
|
2026-02-18 17:11:13 +01:00
|
|
|
}
|
2026-03-16 21:54:44 +01:00
|
|
|
},
|
|
|
|
|
"$schema": "https://json.schemastore.org/launchsettings.json"
|
|
|
|
|
}
|