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.Mcp/Properties/launchSettings.TEMPLATE.json

18lines · modecode

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