From 83acd37161ed7149843546a779a95fdaf3e2458f Mon Sep 17 00:00:00 2001 From: elmendalerenda Date: Mon, 19 Aug 2013 14:20:25 +0100 Subject: [PATCH] fixed postgresql conf setting small typo, changed listen_address to listen_addresses --- docs/sources/examples/postgresql_service.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/examples/postgresql_service.rst b/docs/sources/examples/postgresql_service.rst index 96b19c8814..27543ec5a3 100644 --- a/docs/sources/examples/postgresql_service.rst +++ b/docs/sources/examples/postgresql_service.rst @@ -84,11 +84,11 @@ database are possible. Make sure that inside host all all 0.0.0.0/0 md5 Additionaly, inside ``/etc/postgresql/9.2/main/postgresql.conf`` -uncomment ``listen_address`` so it is as follows: +uncomment ``listen_addresses`` so it is as follows: .. code-block:: bash - listen_address='*' + listen_addresses='*' *Note:* this PostgreSQL setup is for development only purposes. Refer to PostgreSQL documentation how to fine-tune these settings so that it