BotSharp/tests/BotSharp.PizzaBot.MCPServer/Properties/launchSettings.json

12 lines
289 B
JSON
Raw Normal View History

2025-03-19 03:07:31 +00:00
{
"profiles": {
"BotSharp.PizzaBot.MCPServer": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:58904;http://localhost:58905"
}
}
}