aspnetcore/samples/SelfHostServer/Properties/launchSettings.json

9 lines
142 B
JSON

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