microsoft/teams.net

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
pr-134

Branches

Tags

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

Clone

HTTPS

Download ZIP

Samples/Samples.Graph/appsettings.Development.json

17lines · modeblame

73e7847aAlex Acebo1 years ago1{
2"Logging": {
3"LogLevel": {
4"Default": "Information",
5"Microsoft.AspNetCore": "Warning"
fb2fb20cAlex Acebo9 months ago6},
7"Microsoft.Teams": {
8"Enable": "*",
9"Level": "debug"
73e7847aAlex Acebo1 years ago10}
11},
e37420d2Kavin1 years ago12"AllowedHosts": "*",
13"Teams": {
14"ClientId": "",
15"ClientSecret": ""
16}
73e7847aAlex Acebo1 years ago17}