annotate host/startup/postgres/pg_hba.conf @ 1704:19df8abc9805

add Table.is_list
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 01 Jul 2022 15:53:03 -0600
parents 35c626c06dd5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1631
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
1 local all all trust
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
2 host all all 127.0.0.1/32 trust
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
3 host all all ::1/128 trust
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
4
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
5 host replication administrator SLAVE_IP/32 trust
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
6