microsoft/teams.net

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v2.0.7

Branches

Tags

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

Clone

HTTPS

Download ZIP

Samples/Deprecated.Controllers/appsettings.json

17lines · modeblame

94481495Rido6 months ago1{
2"Logging": {
3"LogLevel": {
4"Default": "Information",
5"Microsoft.AspNetCore": "Warning"
6d120a55Rido5 months ago6},
7"Microsoft.Teams": {
8"Enable": "*",
9"Level": "info"
94481495Rido6 months ago10}
11},
6d120a55Rido5 months ago12"Teams": {
13"TenantId": "",
14"ClientId": "",
15"ClientSecret": ""
16}
94481495Rido6 months ago17}