Advertisement
Guest User

Untitled

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