Files
agent-framework/dotnet/samples/05-end-to-end/M365Agent/Properties/launchSettings.json
T

12 lines
271 B
JSON

{
"profiles": {
"M365Agent": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:49692;http://localhost:49693"
}
}
}