first running version

This commit is contained in:
2018-10-23 00:41:44 +02:00
parent 7665e5c49c
commit e00f131cc9
4 changed files with 8 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "api/values",
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}