From c81db2349262d8e32842d96c5eef755ccc8a06d8 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Wed, 13 Dec 2023 17:37:56 -0600 Subject: [PATCH] Direct users to the wiki for more client config help --- bin/sokwedb-vpn-wait | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/sokwedb-vpn-wait b/bin/sokwedb-vpn-wait index b57e327..3e1632e 100644 --- a/bin/sokwedb-vpn-wait +++ b/bin/sokwedb-vpn-wait @@ -29,6 +29,9 @@ printf ' The "hostname" of the server is: localhost\n' printf ' The "port" of the server is: 5432 (the default)\n' printf '\n' printf 'You will also need your PostgreSQL username and password.\n' +printf 'For more help on configuring the program you want to use to talk\n' +printf 'with PostgreSQL, including hints for turning on the required\n' +printf 'encryption, see the SokweDB wiki's VPN pages.\n' printf '\n' printf 'You can directly connect to the SokweDB PostgreSQL server only as\n' printf 'long as this VPN remains active. Closing this window or otherwise\n' -- 2.34.1