From: Jakub Czajka Date: Tue, 26 Sep 2023 21:57:48 +0000 (+0200) Subject: [postgres] Enable connections from gym_tracker. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=18257e8d07ad5996465ee4162dd8e0c31199bf90;p=server.git [postgres] Enable connections from gym_tracker. --- diff --git a/postgres/pg_hba.conf b/postgres/pg_hba.conf index 26552a9..bd66d91 100644 --- a/postgres/pg_hba.conf +++ b/postgres/pg_hba.conf @@ -93,6 +93,8 @@ local all postgres trust local mail_db dovecot trust host mail_db dovecot ::1/128 trust host mail_db dkim ::1/128 trust +host gym_db gym_tracker 0.0.0.0/0 md5 +host gym_db gym_tracker ::/0 md5 local matrix_db synapse_user trust # "local" is for Unix domain socket connections only local all all peer