mirror of
https://github.com/unclshura/BlazorOpenApi.git
synced 2025-12-21 09:51:53 +00:00
22 lines
583 B
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
|
|
}
|
|
}
|
|
} |