mirror of
https://github.com/kennethreitz-archive/www.gittip.com.git
synced 2026-06-05 23:30:19 +00:00
ce29628f0f
I'd prefer not to have this directory hidden.
6 lines
296 B
Plaintext
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
|