]> source.dussan.org Git - nextcloud-server.git/commitdiff
add driver options to config samples
authorJörn Friedrich Dreyer <jfd@butonic.de>
Mon, 27 Oct 2014 13:43:31 +0000 (14:43 +0100)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Mon, 27 Oct 2014 13:43:31 +0000 (14:43 +0100)
config/config.sample.php

index 621e5df80b3e5d03766c099fa8f5a9e53544bc5e..268b7cc9d0811215bb3e02117abdf982282bedcc 100644 (file)
@@ -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