Files
agent-framework/dotnet/samples/AGUIDojo/AGUIDojoServer/Properties/launchSettings.json
T
Javier Calvarro Nelson 64790c4c34 Cleanup settings
2025-12-10 19:23:51 +01:00

12 lines
252 B
JSON

{
"profiles": {
"AGUIDojoServer": {
"commandName": "Project",
"launchBrowser": false,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:5018"
}
}
}