13 lines
314 B
JSON
13 lines
314 B
JSON
{
|
|
"profiles": {
|
|
"WebServer": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "--name example",
|
|
"launchBrowser": true,
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"applicationUrl": "https://localhost:49970;http://localhost:49971"
|
|
}
|
|
}
|
|
} |