microsoft/teams.net

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
b0114e2b8fb7adf95b650e1c436c87d7615a3cc9

Branches

Tags

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

Clone

HTTPS

Download ZIP

Samples/Samples.McpClient/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__ApiKey": "",
        "OpenAI__Model": ""
      }
    }
  }
}