]> git.ekhem.eu.org Git - server.git/commitdiff
[postgres] Enable connections from gym_tracker.
authorJakub Czajka <jakub@ekhem.eu.org>
Tue, 26 Sep 2023 21:57:48 +0000 (23:57 +0200)
committerJakub Czajka <jakub@ekhem.eu.org>
Sun, 3 Dec 2023 21:03:23 +0000 (22:03 +0100)
postgres/pg_hba.conf

index 26552a9c76c2a6b59b43f627c807e7fcc7c47463..bd66d9143a5b5314cc2fc1396523331e1aa7cff0 100644 (file)
@@ -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