Add config file for testing

This commit is contained in:
Ian Barwick
2017-04-22 08:25:41 +09:00
parent a16bbbf107
commit 5e68d41d58

10
repmgr.test.conf Normal file
View 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'