mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
10 lines
188 B
Plaintext
10 lines
188 B
Plaintext
# repmgr.conf file for testing
|
|
|
|
cluster=foo
|
|
node=1
|
|
|
|
node_id=1
|
|
node_name='node1'
|
|
use_replication_slots = true
|
|
conninfo = 'host=127.0.0.1 dbname=repmgr user=foo port=5501'
|
|
loglevel = 'DEBUG' |