zhaw-dnet2/Tasks/Lab7/RankingServer/Properties/launchSettings.json

12 lines
275 B
JSON
Raw Normal View History

2024-06-06 13:04:51 +00:00
{
"profiles": {
"RankingServer": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:59129;http://localhost:59130"
}
}
}