fix(docs): Fix typo in documentation

This commit is contained in:
smizrahi
2024-01-22 14:53:19 +01:00
parent eee50697b0
commit 9560bdcf0c
+5 -2
View File
@@ -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`.
|=======================================================================