Skip to content

Instantly share code, notes, and snippets.

@ethagnawl
Created March 17, 2017 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ethagnawl/11393fc9e16055133f6361155170ea1b to your computer and use it in GitHub Desktop.
Save ethagnawl/11393fc9e16055133f6361155170ea1b to your computer and use it in GitHub Desktop.
pg_hba.conf
local all all trust
host all all 127.0.0.1/32 trust
host all all ::1/128 trust
host all all all md5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment