microsoft/teams.net

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
6288c511fac4aea3daaf7a1a6bcc41de2a1e52ca

Branches

Tags

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

Clone

HTTPS

Download ZIP

core/samples/CachingAuthTokens/appsettings.json

12lines · modecode

1{
2 "Logging": {
3 "LogLevel": {
4 "Default": "Warning",
5 "Microsoft.Teams": "Information"
6 }
7 },
8 "ConnectionStrings": {
9 "Redis": "localhost:6379"
10 },
11 "AllowedHosts": "*"
12}
13