SharpRSS/SharpRSS.Blazor/Properties/launchSettings.json

38 lines
927 B
JSON
Raw Permalink Normal View History

2023-09-03 00:13:02 +02:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
2023-09-03 00:13:02 +02:00
"iisExpress": {
"applicationUrl": "http://localhost:21017",
"sslPort": 44361
2023-09-03 00:13:02 +02:00
}
},
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://localhost:5129",
2023-09-03 00:13:02 +02:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:7284;http://localhost:5129",
2023-09-03 00:13:02 +02:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}