microsoft/teams.net

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
feature/oauthflow-fixes

Branches

Tags

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

Clone

HTTPS

Download ZIP

Samples/Samples.Quoting/Properties/launchSettings.TEMPLATE.json

17lines · modecode

1{
2 "$schema": "https://json.schemastore.org/launchsettings.json",
3 "profiles": {
4 "http": {
5 "commandName": "Project",
6 "dotnetRunMessages": true,
7 "launchBrowser": false,
8 "applicationUrl": "http://localhost:3978",
9 "environmentVariables": {
10 "ASPNETCORE_ENVIRONMENT": "Development",
11 "Teams__TenantId": "",
12 "Teams__ClientId": "",
13 "Teams__ClientSecret": ""
14 }
15 }
16 }
17}
18