Web-Development-with-Blazor.../Chapter15/CustomElements/BlazorCustomElements/Properties/launchSettings.json
2023-02-17 15:28:17 +01:00

12 lines
280 B
JSON

{
"profiles": {
"BlazorCustomElements": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:6500;http://localhost:6501"
}
}
}