freshyo-deploy/master_side/pg_hba.conf
2026-01-26 12:51:16 +00:00

17 lines
532 B
Text

# TYPE DATABASE USER ADDRESS METHOD
# Local connections
local all all trust
# IPv4 local connections
host all all 127.0.0.1/32 trust
# IPv6 local connections
host all all ::1/128 trust
# Allow replication user from primary
host replication replicator 0.0.0.0/0 md5
host mytestdb postgres 0.0.0.0/0 md5