aspnetcore/samples/HelloWorld/Properties/launchSettings.json

9 lines
148 B
JSON

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