annotate 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
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 local replication administrator trust
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
6 host replication administrator 127.0.0.1/32 trust
35c626c06dd5 add startup scripts for mac os
fffilimonov
parents:
diff changeset
7 host replication administrator ::1/128 trust