mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 10:20:02 +07:00
chore(administration): Generate system config documentation from config.sample.php
This commit is contained in:
@@ -3212,6 +3212,22 @@ This option allows overriding the automatic collation choice. Example:
|
||||
This setting does not affect table creation or setup, where utf8[mb4]_bin is
|
||||
always used. It applies only to SQL queries using LIKE comparison operators.
|
||||
|
||||
pgsql_ssl
|
||||
^^^^^^^^^
|
||||
|
||||
|
||||
::
|
||||
|
||||
'pgsql_ssl' => [
|
||||
'mode' => '',
|
||||
'cert' => '',
|
||||
'rootcert' => '',
|
||||
'key' => '',
|
||||
'crl' => '',
|
||||
],
|
||||
|
||||
PostgreSQL SSL connection
|
||||
|
||||
supportedDatabases
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user