microsoft/teams.net

Public

mirrored from https://github.com/microsoft/teams.netAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
358572fc23fccb7fadde9c30b12053843f2fbf80

Branches

Tags

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

Clone

HTTPS

Download ZIP

Samples/Samples.BotBuilder/appsettings.Development.json

16lines · modecode

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