microsoft/teams.net

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
87729f780a04a94c40e3816a99f39edf8c0379b7

Branches

Tags

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

Clone

HTTPS

Download ZIP

Samples/Samples.Lights/Properties/launchSettings.TEMPLATE.json

18lines · 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": "",
        "OpenAI__Model": "",
        "OpenAI__ApiKey": ""
      }
    }
  }
}