microsoft/teams.net

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
e31cdff87a410af75f758ad042efa3ac69e4584d

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