slarny4/Demo1/Properties/launchSettings.json

23 lines
569 B
JSON
Raw Normal View History

2024-12-02 10:24:02 +00:00
{
"profiles": {
"Demo1": {
"applicationUrl": "http://localhost:5000",
"commandName": "Project",
"dotnetRunMessages": "true",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"launchBrowser": true
},
"WSL": {
"commandName": "WSL2",
"launchBrowser": true,
"launchUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "http://localhost:5000"
},
"distributionName": ""
}
}
}