mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-07 05:14:39 +00:00
12 lines
283 B
JSON
12 lines
283 B
JSON
|
|
{
|
||
|
|
"profiles": {
|
||
|
|
"AutoGen.WebAPI.Sample": {
|
||
|
|
"commandName": "Project",
|
||
|
|
"launchBrowser": true,
|
||
|
|
"environmentVariables": {
|
||
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||
|
|
},
|
||
|
|
"applicationUrl": "https://localhost:50675;http://localhost:50676"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|