Web-Development-with-Blazor.../Chapter15/CustomElements/ReactProject/Properties/launchSettings.json
2023-02-17 15:28:17 +01:00

30 lines
812 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:59239",
"sslPort": 44389
}
},
"profiles": {
"ReactProject": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "https://localhost:7270;http://localhost:5270",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.SpaProxy"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.SpaProxy"
}
}
}
}