Skip to content

Instantly share code, notes, and snippets.

@saml
Created January 17, 2013 20:43
Show Gist options
  • Save saml/4559587 to your computer and use it in GitHub Desktop.
Save saml/4559587 to your computer and use it in GitHub Desktop.
$ sudo cat /etc/postgresql/9.1/main/pg_hba.conf |grep -v '^#'
local all postgres peer
local all all peer
host all all 127.0.0.1/32 md5
host all all ::1/128 md5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment