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

28 lines
710 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:27891/",
"sslPort": 44333
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_HTTPS_PORT": "44333",
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Identity.DefaultUI.WebSite": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_URLS": "https://localhost:44333;http://localhost:27891",
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}