Skip to content

Commit a6e30c3

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

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
@@ -2853,6 +2853,22 @@ This setting has no effect on setup or creating tables. In those cases
28532853
always utf8[mb4]_bin is being used. This setting is only taken into
28542854
consideration in SQL queries that utilize LIKE comparison operators.
28552855

2856+
pgsql_ssl
2857+
^^^^^^^^^
2858+
2859+
2860+
::
2861+
2862+
'pgsql_ssl' => [
2863+
'mode' => '',
2864+
'cert' => '',
2865+
'rootcert' => '',
2866+
'key' => '',
2867+
'crl' => '',
2868+
],
2869+
2870+
PostgreSQL SSL connection
2871+
28562872
supportedDatabases
28572873
^^^^^^^^^^^^^^^^^^
28582874

0 commit comments

Comments
 (0)