You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
426 B
13 lines
426 B
7 years ago
|
##
|
||
|
## postgresql-repmgr-pghba.conf
|
||
|
##
|
||
|
|
||
|
local replication repmgr trust
|
||
|
host replication repmgr 127.0.0.1/32 trust
|
||
|
host replication repmgr ::1/128 trust
|
||
|
|
||
|
local repmgr repmgr trust
|
||
|
host repmgr repmgr ::1/128 trust
|
||
|
host repmgr repmgr 127.0.0.1/32 trust
|
||
|
|