mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-28 01:16:29 +00:00
Switch spaces for tabs in repmgr.conf sample file.
This makes comments stay aligned in most cases the conf file is modified, and when indentation changes, it's easy to re-align (by removing or adding a tab) Signed-off-by: Martín Marqués <martin.marques@2ndquadrant.com>
This commit is contained in:
committed by
Ian Barwick
parent
9d25544ab5
commit
4d2eca0978
@@ -35,12 +35,12 @@
|
||||
# connection attempt is abandoned; for details see:
|
||||
# https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNECT-CONNECT-TIMEOUT
|
||||
|
||||
#data_directory # The node's data directory. This is needed by repmgr
|
||||
#data_directory='' # The node's data directory. This is needed by repmgr
|
||||
# when performing operations when the PostgreSQL instance
|
||||
# is not running and there's no other way of determining
|
||||
# the data directory.
|
||||
|
||||
#replication_user # User to make replication connections with, if not set defaults
|
||||
#replication_user='repmgr' # User to make replication connections with, if not set defaults
|
||||
# to the user defined in "conninfo".
|
||||
|
||||
# =============================================================================
|
||||
@@ -160,7 +160,6 @@ ssh_options='-q -o ConnectTimeout=10' # Options to append to "ssh"
|
||||
|
||||
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Standby clone settings
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user