2 "$schema": "http://json.schemastore.org/launchsettings.json",
4 "windowsAuthentication": false,
5 "anonymousAuthentication": true,
7 "applicationUrl": "http://localhost:27212",
13 "commandName": "IISExpress",
14 "launchBrowser": true,
15 "launchUrl": "api/values",
16 "environmentVariables": {
17 "ASPNETCORE_ENVIRONMENT": "Development"
21 "commandName": "Project",
22 "launchBrowser": true,
23 "launchUrl": "api/values",
24 "applicationUrl": "https://localhost:5001;http://localhost:5000",
25 "environmentVariables": {
26 "ASPNETCORE_ENVIRONMENT": "Development"