[Pkg-owncloud-commits] [owncloud] 16/34: fix config.sample.php linebreak
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 f718e88aa11409104c1434255ea7c947be4b2308
Author: Morris Jobke <hey at morrisjobke.de>
Date: Tue Nov 4 09:23:38 2014 +0100
fix config.sample.php linebreak
---
config/config.sample.php | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/config/config.sample.php b/config/config.sample.php
index f2c3add..a7f92d9 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -120,7 +120,8 @@ $CONFIG = array(
'dbtableprefix' => '',
/**
- * Additional driver options for the database connection, eg. to enable SSL encryption in MySQL:
+ * 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',
@@ -350,9 +351,10 @@ $CONFIG = array(
'overwritecondaddr' => '',
/**
- * Use this configuration parameter to specify the base url for any urls which are
- * generated within ownCloud using any kind of command line tools (cron or occ).
- * The value should contain the full base URL: ``https://www.example.com/owncloud``
+ * Use this configuration parameter to specify the base url for any urls which
+ * are generated within ownCloud using any kind of command line tools (cron or
+ * occ). The value should contain the full base URL:
+ * ``https://www.example.com/owncloud``
*/
'overwrite.cli.url' => '',
@@ -375,8 +377,8 @@ $CONFIG = array(
*/
/**
- * When the trash bin app is enabled (default), this is the number of days a file
- * will be kept in the trash bin. Default is 30 days.
+ * When the trash bin app is enabled (default), this is the number of days a
+ * file will be kept in the trash bin. Default is 30 days.
*/
'trashbin_retention_obligation' => 30,
--
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