microsoft/teams.net

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
134f9853bbd09d98d1bbf91f2c51a6f4ffabf813

Branches

Tags

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

Clone

HTTPS

Download ZIP

Samples/Samples.MessageExtensions/appsettings.Development.json

16lines · modeblame

00fac4fbAamir Jawaid9 months ago1{
2"Logging": {
3"LogLevel": {
4"Default": "Information",
5"Microsoft.AspNetCore": "Warning"
6},
7"Microsoft.Teams": {
8"Enable": "*",
9"Level": "debug"
10}
11},
12"Teams": {
13"ClientId": "",
14"ClientSecret": ""
15}
16}