From e1378e8701c326bed5116a43a68c0aeedab22396 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 30 Nov 2021 00:33:11 +0000 Subject: [PATCH] --- Program.cs | 1 + 1 file changed, 1 insertion(+) 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";