Updated deps (hangfire, dotnet core, aspnet core, etc) and squashed migrations
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user