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

16lines · modeblame

b026f9beCopilot5 months ago1{
2"$schema": "https://json.schemastore.org/launchsettings.json",
3"profiles": {
272bb402Rido3 months ago4"bot-config": {
b026f9beCopilot5 months ago5"commandName": "Project",
1ae15a1eRido5 months ago6"launchBrowser": false,
b026f9beCopilot5 months ago7"applicationUrl": "http://localhost:3978",
8"environmentVariables": {
272bb402Rido3 months ago9"ASPNETCORE_ENVIRONMENT": "Development",
10"Teams__TenantId": "",
11"Teams__ClientId": "",
12"Teams__ClientSecret": ""
b026f9beCopilot5 months ago13}
14}
15}
272bb402Rido3 months ago16}