This commit is contained in:
2019-09-30 19:00:39 +00:00
parent 59c710dd14
commit 9d88511fa5
5 changed files with 72 additions and 58 deletions

View File

@@ -4,7 +4,7 @@
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:57520",
"applicationUrl": "http://localhost:3003",
"sslPort": 44391
}
},
@@ -21,7 +21,7 @@
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "api/values",
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"applicationUrl": "https://localhost:3003;http://localhost:3003",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}