view host/startup/postgres/pg_hba.conf.slave @ 1631:35c626c06dd5

add startup scripts for mac os
author fffilimonov
date Mon, 13 Dec 2021 09:14:52 +0000
parents
children
line wrap: on
line source

local   all             all                                     trust
host    all             all             127.0.0.1/32            trust
host    all             all             ::1/128                 trust

local   replication     administrator                                trust
host    replication     administrator        127.0.0.1/32            trust
host    replication     administrator        ::1/128                 trust