microsoft/teams.net
Publicmirrored from https://github.com/microsoft/teams.netAvailable
Samples/Samples.AI/Properties/launchSettings.TEMPLATE.json
19lines · modeblame
6d120a55Rido5 months ago | 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 | "AzureOpenAIModel": "YOUR_AZURE_OPENAI_MODEL", | |
| 14 | "AzureOpenAIEndpoint": "https://your-azure-openai-endpoint/", | |
| 15 | "AzureOpenAIKey": "YOUR_AZURE_OPENAI_KEY" | |
| 16 | } | |
| 17 | } | |
| 18 | } | |
| 19 | } |