Bugfix: Network is now a null and void option for replication

This commit is contained in:
Feike Steenbergen
2016-04-21 15:55:35 +02:00
parent ae700062b6
commit 8d129c0209
-1
View File
@@ -96,7 +96,6 @@ For an example file, see ``postgres0.yml``. Regarding settings:
- *replication*:
- *username*: replication username; user will be created during initialization.
- *password*: replication password; user will be created during initialization.
- *network*: network setting for replication in pg\_hba.conf.
- *callbacks* callback scripts to run on certain actions. Patroni will pass the action, role and cluster name. See scripts/aws.py as an example on how to write them.
- *on\_start*: a script to run when the cluster starts.