aspnetcore/samples/SelfHostServer/Properties/launchSettings.json

13 lines
300 B
JSON

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