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

@ -18,7 +18,7 @@ namespace YTManager {
public static string DBStr {
get {
string s = Environment.GetEnvironmentVariable("POSTGRESQL_DBSTR");
s = s ?? "Server=localhost;Port=32768;Database=postgres;User Id=postgres;";
s = s ?? "Server=localhost;Port=32768;Database=DumbYT;User Id=DumbYT;Password=DumbYTPassword;";
return s;
}
}