Guest User

Untitled

a guest
Jun 17th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. local all postgres ident sameuser
  2.  
  3. # TYPE DATABASE USER CIDR-ADDRESS METHOD
  4.  
  5. # "local" is for Unix domain socket connections only
  6. local all all ident sameuser
  7. # IPv4 local connections:
  8. host all all 127.0.0.1/32 md5
  9. # IPv6 local connections:
  10. host all all ::1/128 md5
Add Comment
Please, Sign In to add comment