microsoft/teams.net

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
devtools-port-no-auth

Branches

Tags

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

Clone

HTTPS

Download ZIP

Samples/Samples.Graph/Properties/launchSettings.TEMPLATE.json

16lines · modepreview

{
  "$schema": "https://json.schemastore.org/launchsettings.json",
  "profiles": {
    "bot-config": {
      "commandName": "Project",
      "launchBrowser": false,
      "applicationUrl": "http://localhost:3978",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development",
        "Teams__TenantId": "",
        "Teams__ClientId": "",
        "Teams__ClientSecret": ""
      }
    }
  }
}