Files
OpenAuth.Net/OpenAuth.Mvc/Properties/launchSettings.json

20 lines
440 B
JSON
Raw Normal View History

{
"profiles": {
"OpenAuth.Mvc": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
2024-11-30 20:41:33 +08:00
"applicationUrl": "http://localhost:1802"
}
},
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:1802",
"sslPort": 0
}
}
}