aspnetcore/samples/HelloWorld/Properties/launchSettings.json

9 lines
153 B
JSON

{
"profiles": {
"HelloWorld": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "http://localhost:8080"
}
}
}