mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 17:06:29 +00:00
Add config file for testing
This commit is contained in:
10
repmgr.test.conf
Normal file
10
repmgr.test.conf
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# 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'
|
||||||
Reference in New Issue
Block a user