Files
Server/Properties/launchSettings.json
2026-04-26 12:44:06 +02:00

12 lines
277 B
JSON

{
"profiles": {
"Server": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:9091;http://localhost:9092"
}
}
}