[Pkg-owncloud-commits] [owncloud] 14/34: add driver options to config samples
David Prévot
taffit at moszumanska.debian.org
Fri Nov 7 11:44:11 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 56fade9a04422175d4fe538404094ab59ba466b6
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date: Mon Oct 27 14:43:31 2014 +0100
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 2678778..f2c3add 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -120,6 +120,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
* installation.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list