Merge pull request #30 from sbrefort/master

Limitation of default access rights to improve security
This commit is contained in:
Nitin Madhok 2015-01-12 23:57:43 +05:30
commit 46a6338cdf

View file

@ -24,8 +24,8 @@ local all postgres peer
# "local" is for Unix domain socket connections only
local all all trust
local all all peer
# IPv4 local connections:
host all all 127.0.0.1/32 trust
host all all 127.0.0.1/32 md5
# IPv6 local connections:
host all all ::1/128 trust
host all all ::1/128 md5