microsoft/teams.net

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
c3acedab068481dc35ed1b11e297eb2ddb432fcf

Branches

Tags

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

Clone

HTTPS

Download ZIP

Samples/Deprecated.Controllers/appsettings.Development.json

12lines · modecode

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