# pg_hba.conf — Managed by Ansible (INSIGHT-Infra) # TYPE DATABASE USER ADDRESS METHOD # Local connections (Unix socket) local all postgres peer local all all md5 # IPv4 local host all all 127.0.0.1/32 md5 # PgBouncer (gleicher Host) host all pgbouncer 127.0.0.1/32 md5 # Replication (falls später benötigt) # host replication replicator 127.0.0.1/32 md5