Updated deps (hangfire, dotnet core, aspnet core, etc) and squashed migrations

This commit is contained in:
2019-01-27 16:34:08 -05:00
parent 9b2ff546f0
commit 312dbdd8a5
14 changed files with 49 additions and 412 deletions

View File

@ -20,7 +20,7 @@
"commandName": "Project",
"launchUrl": "api/values",
"environmentVariables": {
"POSTGRESQL_DBSTR": "Server=192.168.1.2;Port=32768;Database=postgres;User Id=postgres;",
"POSTGRESQL_DBSTR": "Server=localhost;Port=32768;Database=DumbYT;User Id=DumbYT;Password=DumbYTPassword;",
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:62214/"