Files
caliverse_server/BrokerApiServer/Properties/launchSettings.json
2025-05-01 07:23:28 +09:00

16 lines
321 B
JSON

{
"profiles": {
"http": {
"commandName": "Project",
"commandLineArgs": "-p 12000 -s --named-pipe true",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:12000"
}
}
}