shopping-cart-blazor-wasm/Server/Properties/launchSettings.json

31 lines
990 B
JSON
Raw Normal View History

2020-06-19 10:20:16 +02:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2021-11-09 11:44:08 +01:00
"applicationUrl": "http://localhost:24471",
"sslPort": 44335
2020-06-19 10:20:16 +02:00
}
},
"profiles": {
2021-11-09 11:44:08 +01:00
"ShoppingCartStarter.Server": {
"commandName": "Project",
"dotnetRunMessages": true,
2020-06-19 10:20:16 +02:00
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
2021-11-09 11:44:08 +01:00
"applicationUrl": "https://localhost:7109;http://localhost:5109",
2020-06-19 10:20:16 +02:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
2021-11-09 11:44:08 +01:00
"IIS Express": {
"commandName": "IISExpress",
2020-06-19 10:20:16 +02:00
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}