Advertisement
henikseptiana15

Untitled

Sep 15th, 2021
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. # Database administrative login by Unix domain socket
  2. local all postgres peer
  3.  
  4. # TYPE DATABASE USER ADDRESS METHOD
  5.  
  6. # "local" is for Unix domain socket connections only
  7. local all all peer
  8. # IPv4 local connections:
  9. host all all 127.0.0.1/32 md5
  10. # IPv6 local connections:
  11. host all all ::1/128 md5
  12. # Allow replication connections from localhost, by a user with the
  13. # replication privilege.
  14. local replication all peer
  15. host replication all 127.0.0.1/32 md5
  16. host replication all ::1/128 md5
  17.  
  18. host all all 0.0.0.0/0 md5
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement