microsoft/teams.net
Publicmirrored from https://github.com/microsoft/teams.netAvailable
Samples/Samples.Graph/Properties/launchSettings.json
14lines · modeblame
e37420d2Kavin1 years ago | 1 | { |
| 2 | "$schema": "https://json.schemastore.org/launchsettings.json", | |
| 3 | "profiles": { | |
| 4 | "http": { | |
| 5 | "commandName": "Project", | |
| 6 | "dotnetRunMessages": true, | |
| 7 | "launchBrowser": false, | |
| 8 | "applicationUrl": "http://localhost:3978", | |
| 9 | "environmentVariables": { | |
| 10 | "ASPNETCORE_ENVIRONMENT": "Development" | |
| 11 | } | |
| 12 | } | |
| 13 | } | |
| 14 | } |