cs11dotnet7/vscode/PracticalApps/Northwind.BlazorWasm/Server/Properties/launchSettings.json

39 lines
1 KiB
JSON
Raw Normal View History

2022-03-13 17:17:01 +01:00
{
2022-09-24 10:10:26 +02:00
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:36368",
"sslPort": 44354
}
},
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://localhost:5006",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:5007;http://localhost:5006",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
2022-03-13 17:17:01 +01:00
}
},
2022-09-24 10:10:26 +02:00
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
2022-03-13 17:17:01 +01:00
}
}
}
2022-09-24 10:10:26 +02:00
}