Files
JFrog-Cloud-Installers/Ansible/collection/jfrog/ansible/roles/postgres/templates/pg_hba.conf.j2
2020-05-22 14:25:23 -07:00

8 lines
450 B
Django/Jinja

# TYPE DATABASE USER ADDRESS METHOD
## localhost connections through Unix port (user name), IPv4, IPv6 (MD5 pw).
local all all peer
host all all 127.0.0.1/32 md5
host all all ::1/128 md5
## remote connections IPv4
host all all 0.0.0.0/0 trust