Entwicklung_BLAZOR/Test Stefan/DxBlazorApplication1/DxBlazorApplication1/Properties/launchSettings.json
2025-09-26 15:45:37 +02:00

28 lines
689 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:14099",
"sslPort": 44320
}
},
"profiles": {
"DxBlazorApplication1": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:7060;http://localhost:5060",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}