aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-server/postgres/pg_hba.conf
blob: 1a0a1a9d5ee5f1bb57c1716948639adaade84093 (plain) (blame)
1
2
3
4
5
6
7
host all all all md5
local   all             all                                     trust
host    all             all             127.0.0.1/32            trust
host    all             all             ::1/128                 trust
local   replication     all                                     trust
host    replication     all             127.0.0.1/32            trust
host    replication     all             ::1/128                 trust