diff --git a/Program.cs b/Program.cs index bef96b7..e1409e7 100644 --- a/Program.cs +++ b/Program.cs @@ -45,6 +45,7 @@ catch (Exception ex) //================== LAUNCH POSTGRES SERVER ================== +//https://notepad.onghu.com/2021/portable-postgresql-on-windows-without-installation/ ProcessStartInfo PGStartInfo = new ProcessStartInfo(); PGStartInfo.EnvironmentVariables["PGDATA"] = Path.Combine(DataPath, "database"); PGStartInfo.EnvironmentVariables["PGDATABASE"] = "AyaNova";