BotSharp/tests/BotSharp.PizzaBot.MCPServer/Properties/launchSettings.json
2025-03-19 11:07:31 +08:00

12 lines
289 B
JSON

{
"profiles": {
"BotSharp.PizzaBot.MCPServer": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:58904;http://localhost:58905"
}
}
}