aspnetcore/test/WebSites/Identity.OpenIdConnect.WebSite/Properties/launchSettings.json

29 lines
742 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "https://localhost:44324/",
"sslPort": 44324
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "https://localhost:44324/",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Identity.OpenIdConnect.WebSite": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "https://localhost:44324/",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:44324/"
}
}
}