summaryrefslogtreecommitdiff
path: root/test/integration/targets/setup_postgresql_replication/templates/pg_hba.conf.j2
blob: 62e05ffc8236e2116147dd7c1915ba4d5308dd8d (plain)
1
2
3
4
5
6
7
local  all          all                                trust
local  replication  logical_replication                trust
host   replication  logical_replication  127.0.0.1/32  trust
host   replication  logical_replication  0.0.0.0/0     trust
local  all          logical_replication                trust
host   all          logical_replication  127.0.0.1/32  trust
host   all          logical_replication  0.0.0.0/0     trust