BotSharp/tests/BotSharp.PizzaBot.MCPServer/Properties/launchSettings.json
2025-04-15 00:25:03 -05:00

12 lines
290 B
JSON

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