From: Jörn Friedrich Dreyer Date: Mon, 27 Oct 2014 13:43:31 +0000 (+0100) Subject: add driver options to config samples X-Git-Tag: v7.0.3RC3~11 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=56fade9a04422175d4fe538404094ab59ba466b6;p=nextcloud-server.git add driver options to config samples --- diff --git a/config/config.sample.php b/config/config.sample.php index 26787781323..f2c3add83f8 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -119,6 +119,13 @@ $CONFIG = array( */ 'dbtableprefix' => '', +/** + * Additional driver options for the database connection, eg. to enable SSL encryption in MySQL: + */ +'dbdriveroptions' => array( + PDO::MYSQL_ATTR_SSL_CA => '/file/path/to/ca_cert.pem', +), + /** * Indicates whether the ownCloud instance was installed successfully; ``true`` * indicates a successful installation, and ``false`` indicates an unsuccessful