microsoft/teams.net

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
87729f780a04a94c40e3816a99f39edf8c0379b7

Branches

Tags

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

Clone

HTTPS

Download ZIP

Samples/Samples.Lights/appsettings.json

21lines · modecode

1{
2 "Logging": {
3 "LogLevel": {
4 "Default": "Information",
5 "Microsoft.AspNetCore": "Warning"
6 },
7 "Microsoft.Teams": {
8 "Enable": "*",
9 "Level": "info"
10 }
11 },
12 "Teams": {
13 "TenantId": "",
14 "ClientId": "",
15 "ClientSecret": ""
16 },
17 "OpenAI": {
18 "Model": "",
19 "ApiKey": ""
20 }
21}
22