From 9560bdcf0cd1139ce49f8c16127d0e227ee63a9b Mon Sep 17 00:00:00 2001 From: smizrahi Date: Mon, 22 Jan 2024 14:53:19 +0100 Subject: [PATCH] fix(docs): Fix typo in documentation --- Documentation/SOGoInstallationGuide.asciidoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Documentation/SOGoInstallationGuide.asciidoc b/Documentation/SOGoInstallationGuide.asciidoc index d0f44c629..f13c96650 100644 --- a/Documentation/SOGoInstallationGuide.asciidoc +++ b/Documentation/SOGoInstallationGuide.asciidoc @@ -1586,13 +1586,16 @@ For PostgresSQL, set the database URL to something like: all cache data. You must also set `OCSStoreURL` and `OCSAclURL` if you set this parameter. +For PostgresSQL, set the database URL to something like: +`postgresql://sogo:sogo@127.0.0.1:5432/sogo/sogo_cache_folder`. + |S |OCSAdminURL |Parameter used to set the database URL so that SOGo can use to store all administration elements. - For PostgresSQL, set the database URL to something like: -`postgresql://sogo:sogo@127.0.0.1:5432/sogo/sogo_cache_folder`. +`postgresql://sogo:sogo@127.0.0.1:5432/sogo/sogo_admin`. + |=======================================================================