pg_hba.conf 708 Bytes
# TYPE  DATABASE                        USER            ADDRESS                 METHOD

# "local" is for Unix domain socket connections only
 local   redmine                         redmine                                 md5
 local   all                             postgres                                peer
# IPv4 local connections:
 host    redmine                         redmine         127.0.0.1/32            md5
 host    all                             postgres        127.0.0.1/32            ident
# IPv6 local connections:
 host    redmine                         redmine         ::1/128                 md5
 host    all                             postgres        ::1/128                 ident