23 lines
569 B
JSON
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": ""
|
|
}
|
|
}
|
|
} |