Remove test configuration files

This commit is contained in:
Ian Barwick
2017-09-17 07:44:14 +09:00
parent 5a3c26a0b8
commit 3600d98856
2 changed files with 0 additions and 19 deletions

View File

@@ -1,11 +0,0 @@
# repmgr.conf file for testing
cluster=foo
node=1
node_id=1
upstream_node_id=2
node_name='node1'
use_replication_slots = true
conninfo = 'host=127.0.0.1 dbname=repmgr user=repmgr port=5501 connect_timeout=2'
log_level = 'DEBUG'

View File

@@ -1,8 +0,0 @@
# repmgr.conf file for testing
node_id=2
upstream_node_id=1
node_name='node2'
use_replication_slots = true
conninfo = 'host=127.0.0.1 dbname=repmgr user=repmgr port=5501 connect_timeout=2'
log_level = 'DEBUG'