ansible/roles/dopr/files/pg_hba.conf
2015-06-11 15:14:56 +02:00

13 lines
502 B
Text

local cdicdb cdic md5
host cdicdb cdic 127.0.0.1/8 md5
host cdicdb cdic ::1/128 md5
local cdicdb postgres ident
# 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 ident
# IPv6 local connections:
host all all ::1/128 ident