From de72aff2c1303b848cbf6fa49ea3d8a466344491 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Mon, 27 Oct 2014 14:43:31 +0100 Subject: [PATCH] add driver options to config samples --- config/config.sample.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/config.sample.php b/config/config.sample.php index 621e5df80b3..268b7cc9d08 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 -- 2.39.5