Files
Chad Whitacre ce29628f0f Move .puppet to puppet; #738
I'd prefer not to have this directory hidden.
2013-03-17 20:36:27 -07:00

6 lines
296 B
Plaintext

# Disable all Postgres security for local development.
# Don't do this in production.
local all all trust
host all all 127.0.0.1/32 trust
host all all ::1/128 trust