1
0
mirror of https://github.com/fspc/bikeshed.git synced 2026-07-21 00:20:21 -04:00
bikeshed/pg_hba.conf
2014-12-11 15:48:34 +00:00

12 lines
508 B
Plaintext

# Database administrative login by Unix domain socket
local all postgres peer
# TYPE DATABASE USER ADDRESS METHOD
# "local" is for Unix domain socket connections only
local all all peer
# IPv4 local connections:
host all all 127.0.0.1/32 trust
# IPv6 local connections:
host all all ::1/128 md5