aspnetcore/samples/IdentityOIDCWebApplicationS.../Properties/launchSettings.json

29 lines
743 B
JSON

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