Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. # Noninteractive
  2. # access to all databases is required during automatic maintenance
  3. # (custom daily cronjobs, replication, and similar tasks).
  4. #
  5. # Database administrative login by UNIX sockets
  6. local all postgres ident
  7.  
  8. # TYPE DATABASE USER CIDR-ADDRESS METHOD
  9.  
  10. # "local" is for Unix domain socket connections only
  11. local all all ident
  12. # IPv4 local connections:
  13. host all all 127.0.0.1/32 md5
  14. # IPv6 local connections:
  15. host all all ::1/128 md5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement