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`. + |=======================================================================