terraplane

pg_hba.conf

Oct 23rd, 2022
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.68 KB | None | 0 0
  1. # TYPE  DATABASE        USER            ADDRESS                 METHOD
  2.  
  3. # "local" is for Unix domain socket connections only
  4. local   all             all                                     trust
  5. # IPv4 local connections:
  6. host    all             all             127.0.0.1/32            trust
  7. # IPv6 local connections:
  8. host    all             all             ::1/128                 trust
  9. # Allow replication connections from localhost, by a user with the
  10. # replication privilege.
  11. local   replication     all                                     trust
  12. host    replication     all             127.0.0.1/32            trust
  13. host    replication     all             ::1/128                 trust
Add Comment
Please, Sign In to add comment