microsoft/teams.net

Public

mirrored fromhttps://github.com/microsoft/teams.netAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/update-sample-to-blazor

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

core/samples/McpServer/appsettings.json

10lines · modecode

1{
2 "Logging": {
3 "LogLevel": {
4 "Default": "Warning",
5 "Microsoft.Teams": "Information",
6 "Program": "Information"
7 }
8 },
9 "AllowedHosts": "*"
10}
11