microsoft/teams.net

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
944814957fafe45d9274628ad394b4491590ede6

Branches

Tags

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

Clone

HTTPS

Download ZIP

Samples/Samples.BotBuilder/appsettings.Development.json

20lines · modecode

1{
2 "Logging": {
3 "LogLevel": {
4 "Default": "Information",
5 "Microsoft.AspNetCore": "Warning"
6 },
7 "Microsoft.Teams": {
8 "Enable": "*",
9 "Level": "debug"
10 }
11 },
12 "MicrosoftAppType": "",
13 "MicrosoftAppId": "",
14 "MicrosoftAppPassword": "",
15 "MicrosoftAppTenantId": "",
16 "Teams": {
17 "ClientId": "",
18 "ClientSecret": ""
19 }
20}
21