mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 10:46:21 +07:00
generate documentation from config.sample.php
This commit is contained in:
@@ -1172,10 +1172,11 @@ All other configuration options
|
||||
|
||||
'dbdriveroptions' => array(
|
||||
PDO::MYSQL_ATTR_SSL_CA => '/file/path/to/ca_cert.pem',
|
||||
PDO::MYSQL_ATTR_INIT_COMMAND => 'SET wait_timeout = 28800'
|
||||
),
|
||||
|
||||
Additional driver options for the database connection, eg. to enable SSL
|
||||
encryption in MySQL.
|
||||
encryption in MySQL or specify a custom wait timeout on a cheap hoster.
|
||||
|
||||
::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user