mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 14:06:57 -06:00
8 lines
450 B
Django/Jinja
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
|