Skip to content
Snippets Groups Projects
Commit 6f0c8141 authored by Morris Jobke's avatar Morris Jobke
Browse files

fix config.sample.php linebreak

parent 287faf99
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment