From 22495db999d2f3f1218635f51cef4898f742a589 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Fri, 6 Oct 2023 14:27:23 -0500 Subject: [PATCH] Document default pg host --- make_files/defaults.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make_files/defaults.mk b/make_files/defaults.mk index 9590332..778260b 100644 --- a/make_files/defaults.mk +++ b/make_files/defaults.mk @@ -37,6 +37,8 @@ ## HOST ## The host hosting the database. The default is: ## sokwe-dbs.postgres.database.azure.com +## (The PostgreSQL default for connecting to a local Postgres instance +## is: /var/run/postgresql) ## ## These variables are used throughout whenever a connection to the database ## must be made. -- 2.34.1