slarny4/Demo1/Properties/launchSettings.json
2024-12-02 13:24:02 +03:00

23 lines
569 B
JSON

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