Skip to content

Commit 2cc19e5

Browse files
committed
chore(administration): Generate system config documentation from config.sample.php
1 parent bd5d1ca commit 2cc19e5

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

admin_manual/configuration_server/config_sample_php_parameters.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3072,6 +3072,22 @@ This setting has no effect on setup or creating tables. In those cases
30723072
always utf8[mb4]_bin is being used. This setting is only taken into
30733073
consideration in SQL queries that utilize LIKE comparison operators.
30743074

3075+
pgsql_ssl
3076+
^^^^^^^^^
3077+
3078+
3079+
::
3080+
3081+
'pgsql_ssl' => [
3082+
'mode' => '',
3083+
'cert' => '',
3084+
'rootcert' => '',
3085+
'key' => '',
3086+
'crl' => '',
3087+
],
3088+
3089+
PostgreSQL SSL connection
3090+
30753091
supportedDatabases
30763092
^^^^^^^^^^^^^^^^^^
30773093

0 commit comments

Comments
 (0)