WorkTracker/Properties/launchSettings.json

33 lines
931 B
JSON
Raw Normal View History

2026-02-18 17:11:13 +01:00
{
"profiles": {
"http": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
2026-02-18 17:11:13 +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
}
},
"$schema": "https://json.schemastore.org/launchsettings.json"
}