Moved several appsettings defaults to user-secrets

This commit is contained in:
2021-10-14 00:07:00 -04:00
parent c8d45a01c9
commit 9a59f46f90
9 changed files with 22 additions and 26 deletions

View File

@@ -22,7 +22,7 @@
"dotnetRunMessages": "true",
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"applicationUrl": "https://localhost:44319;http://localhost:36546",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}