microsoft/teams.net

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
6594a29aa91c928c547a8821d305758bc8d340ed

Branches

Tags

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

Clone

HTTPS

Download ZIP

core/samples/CoreBot/appsettings.json

10lines · modecode

1{
2 "APPLICATIONINSIGHTS_CONNECTION_STRING": "InstrumentationKey=00000000-0000-0000-0000-000000000000;",
3 "Logging": {
4 "LogLevel": {
5 "Default": "Warning",
6 "Microsoft.Teams": "Trace"
7 }
8 },
9 "AllowedHosts": "*"
10}
11