summaryrefslogtreecommitdiff
path: root/roles/postgresql/files/pg_hba.conf
blob: 758b7f171c47a8d833f4d4f96cfbe4f62724f562 (plain)
1
2
3
4
5
6
7
8
9
10
# PostgreSQL Client Authentication Configuration File
# ===================================================

# TYPE  DATABASE        USER            ADDRESS                 METHOD
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