From b727626f19c7696ec70e38f399300290328225aa Mon Sep 17 00:00:00 2001 From: Feike Steenbergen Date: Wed, 20 Apr 2016 16:44:02 +0200 Subject: [PATCH] Update README.rst --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index d8068b46..b1ddbd7e 100644 --- a/README.rst +++ b/README.rst @@ -91,6 +91,7 @@ For an example file, see ``postgres0.yml``. Regarding settings: - *pg\_hba*: list of lines which should be added to pg\_hba.conf. - *- host all all 0.0.0.0/0 md5*. + - *- host replication replicator 127.0.0.1/32 md5* # A line like this is required for replication - *replication*: - *username*: replication username; user will be created during initialization.