BlazorOpenApi/Demo/Properties/launchSettings.json

22 lines
583 B
JSON

{
"profiles": {
"BlazorOpenApi": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "http://localhost:5000/openapi-ui?url=https://redocly.github.io/redoc/openapi.yaml",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5000"
}
},
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:61949",
"sslPort": 44393
}
}
}