microsoft/teams.net

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
ed542af71cd064dd9674c86645c24cec4e03bec6

Branches

Tags

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

Clone

HTTPS

Download ZIP

Samples/Samples.Lights/appsettings.json

21lines · modepreview

{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    },
    "Microsoft.Teams": {
      "Enable": "*",
      "Level": "debug"
    }
  },
  "Teams": {
    "ClientId": "",
    "ClientSecret": ""
  },
  "OpenAI": {
    "Model": "",
    "ApiKey": ""
  },
  "AllowedHosts": "*"
}