microsoft/teams.net

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
b4fb261ef78741a3ac023785e13ad411a0d6e23d

Branches

Tags

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

Clone

HTTPS

Download ZIP

Samples/Samples.Lights/Properties/launchSettings.json

23lines · modecode

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