summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2014-11-04 09:23:38 +0100
committerMorris Jobke <hey@morrisjobke.de>2014-11-04 09:23:38 +0100
commit6f0c8141642bf3d2a1ca4f038ff5f97359b0ab15 (patch)
treea8af795c697d9a6ecc49c045aea39e678c8063aa /config
parent287faf9923cf6b7bb09d95243130791bb5afadca (diff)
downloadnextcloud-server-6f0c8141642bf3d2a1ca4f038ff5f97359b0ab15.tar.gz
nextcloud-server-6f0c8141642bf3d2a1ca4f038ff5f97359b0ab15.zip
fix config.sample.php linebreak
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php14
1 files changed, 8 insertions, 6 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index a53521485e6..5d6e3cea273 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,