Files
caliverse_server/BrokerApiServer/Properties/launchSettings.json
2025-11-28 16:54:56 +09:00

17 lines
355 B
JSON

{
"profiles": {
"http": {
"commandName": "Project",
"commandLineArgs": "-p 12000 -s",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:12000",
"workingDirectory": "../../bin/$(Configuration)"
}
}
}