microsoft/teams.net
Publicmirrored from https://github.com/microsoft/teams.netAvailable
Samples/Deprecated.Controllers/appsettings.json
17lines · modeblame
94481495Rido6 months ago | 1 | { |
| 2 | "Logging": { | |
| 3 | "LogLevel": { | |
| 4 | "Default": "Information", | |
| 5 | "Microsoft.AspNetCore": "Warning" | |
6d120a55Rido5 months ago | 6 | }, |
| 7 | "Microsoft.Teams": { | |
| 8 | "Enable": "*", | |
| 9 | "Level": "info" | |
94481495Rido6 months ago | 10 | } |
| 11 | }, | |
6d120a55Rido5 months ago | 12 | "Teams": { |
| 13 | "TenantId": "", | |
| 14 | "ClientId": "", | |
| 15 | "ClientSecret": "" | |
| 16 | } | |
94481495Rido6 months ago | 17 | } |