microsoft/teams.net
Publicmirrored fromhttps://github.com/microsoft/teams.netAvailable
Samples/Samples.BotBuilder/Properties/launchSettings.TEMPLATE.json
17lines · 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 | "MicrosoftAppType": "", |
| 11 | "MicrosoftAppId": "", |
| 12 | "MicrosoftAppPassword": "", |
| 13 | "MicrosoftAppTenantId": "" |
| 14 | } |
| 15 | } |
| 16 | } |
| 17 | } |