From 946c9a3130505c5cbcb89b5570f4ba07eaafdc63 Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sun, 31 Dec 2023 13:24:58 +0100 Subject: [PATCH] [postgres] Permit only local connections from payments_tracker. --- postgres/pg_hba.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/postgres/pg_hba.conf b/postgres/pg_hba.conf index be7ca7c..e0d541c 100755 --- a/postgres/pg_hba.conf +++ b/postgres/pg_hba.conf @@ -96,6 +96,7 @@ host mail_db dovecot ::1/128 trust host mail_db dkim ::1/128 trust local gym_db gym_tracker trust local matrix_db synapse_user trust +local payments_db payments_tracker trust # "local" is for Unix domain socket connections only local all all peer # IPv4 local connections: -- 2.39.5