aspnetcore/src/HttpSysServer/samples/SelfHostServer/Properties/launchSettings.json

12 lines
247 B
JSON

{
"profiles": {
"SelfHostServer": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "http://localhost:5000/",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}