LASAPlatform/OpenAuth.Mvc/Properties/launchSettings.json

12 lines
249 B
JSON
Raw Normal View History

2025-04-23 09:19:29 +08:00
{
"profiles": {
"OpenAuth.Mvc": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:1802"
}
}
}