microsoft/teams.net

Public

mirrored fromhttps://github.com/microsoft/teams.netAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
kavin/agents-sdk-interop

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

core/samples/A2ABot/Properties/launchSettings.TEMPLATE.json

21lines · modecode

1{
2 "$schema": "https://json.schemastore.org/launchsettings.json",
3 "profiles": {
4 "Alice": {
5 "commandName": "Project",
6 "dotnetRunMessages": true,
7 "applicationUrl": "http://localhost:3978",
8 "environmentVariables": {
9 "ASPNETCORE_ENVIRONMENT": "Alice"
10 }
11 },
12 "Bob": {
13 "commandName": "Project",
14 "dotnetRunMessages": true,
15 "applicationUrl": "http://localhost:3979",
16 "environmentVariables": {
17 "ASPNETCORE_ENVIRONMENT": "Bob"
18 }
19 }
20 }
21}
22