microsoft/teams.net

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
next/oauth-card-null-ref-bug

Branches

Tags

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

Clone

HTTPS

Download ZIP

core/samples/PABot/Properties/launchSettings.TEMPLATE.json

27lines · modecode

1{
2 "$schema": "https://json.schemastore.org/launchsettings.json",
3 "profiles": {
4 "local": {
5 "commandName": "Project",
6 "launchBrowser": false,
7 "applicationUrl": "http://localhost:3978",
8 "environmentVariables": {
9 "ASPNETCORE_ENVIRONMENT": "Development",
10 "Logging__LogLevel__Microsoft": "Warning",
11 "Logging__LogLevel__Microsoft.Teams": "Information",
12 "Logging__LogLevel__Microsoft.Identity.Web": "Error",
13 "MsalBot__Scope": "https://api.botframework.com/.default",
14 "MsalBot__Instance": "https://login.microsoftonline.com/",
15 "MsalBot__TenantId": "",
16 "MsalBot__ClientId": "",
17 "MsalBot__ClientCredentials__0__SourceType": "",
18 "MsalBot__ClientCredentials__0__ClientSecret": "",
19 "MsalAgent__ClientId": "",
20 "MsalAgent__TenantId": "",
21 "MsalAgent__Scope": "https://botapi.skype.com/.default",
22 "MsalAgent__ClientCredentials__0__SourceType": "",
23 "MsalAgent__ClientCredentials__0__ClientSecret": ""
24 }
25 }
26 }
27 }
28