microsoft/teams.net

Public

mirrored from https://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.AI/Properties/launchSettings.TEMPLATE.json

19lines · 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": "",
        "AzureOpenAIModel": "YOUR_AZURE_OPENAI_MODEL",  
        "AzureOpenAIEndpoint": "https://your-azure-openai-endpoint/",  
        "AzureOpenAIKey": "YOUR_AZURE_OPENAI_KEY"  
      }
    }
  }
}