freshyo-deploy/master_side/pg_hba.conf
2026-01-30 17:49:12 +00:00

17 lines
545 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 meatfarmer_replicator 0.0.0.0/0 md5
host meatfarmer postgres 0.0.0.0/0 md5