microsoft/teams.net

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
df2202d1bf4bccd37efa56c709f911109c0d9ec5

Branches

Tags

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

Clone

HTTPS

Download ZIP

Samples/Samples.BotBuilder/appsettings.json

17lines · modecode

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