... to match last copr.rpm and copr-setup.txt Also move to F19 as current Copr does not run on EL6
13 lines
511 B
Text
13 lines
511 B
Text
local coprdb copr-fe md5
|
|
host coprdb copr-fe 127.0.0.1/8 md5
|
|
host coprdb copr-fe ::1/128 md5
|
|
local coprdb 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
|