fix config.sample.php linebreak

This commit is contained in:
Morris Jobke 2014-11-04 09:23:38 +01:00
parent 287faf9923
commit 6f0c814164
1 changed files with 8 additions and 6 deletions

View File

@ -120,7 +120,8 @@ $CONFIG = array(
'dbtableprefix' => '', '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( 'dbdriveroptions' => array(
PDO::MYSQL_ATTR_SSL_CA => '/file/path/to/ca_cert.pem', PDO::MYSQL_ATTR_SSL_CA => '/file/path/to/ca_cert.pem',
@ -350,9 +351,10 @@ $CONFIG = array(
'overwritecondaddr' => '', 'overwritecondaddr' => '',
/** /**
* Use this configuration parameter to specify the base url for any urls which are * Use this configuration parameter to specify the base url for any urls which
* generated within ownCloud using any kind of command line tools (cron or occ). * are generated within ownCloud using any kind of command line tools (cron or
* The value should contain the full base URL: ``https://www.example.com/owncloud`` * occ). The value should contain the full base URL:
* ``https://www.example.com/owncloud``
*/ */
'overwrite.cli.url' => '', '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 * When the trash bin app is enabled (default), this is the number of days a
* will be kept in the trash bin. Default is 30 days. * file will be kept in the trash bin. Default is 30 days.
*/ */
'trashbin_retention_obligation' => 30, 'trashbin_retention_obligation' => 30,