mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-07 04:32:23 +00:00
13 lines
273 B
JSON
13 lines
273 B
JSON
|
|
{
|
||
|
|
"profiles": {
|
||
|
|
"HelloAgent": {
|
||
|
|
"commandName": "Project",
|
||
|
|
"launchBrowser": true,
|
||
|
|
"environmentVariables": {
|
||
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||
|
|
},
|
||
|
|
"applicationUrl": "https://localhost:53113;http://localhost:53114"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|