summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRealRancor <Fisch.666@gmx.de>2015-09-23 09:57:34 +0200
committerRealRancor <Fisch.666@gmx.de>2015-09-23 09:57:34 +0200
commit310762a1183520945ec5c44a95bfb40689d15e38 (patch)
tree13029c053a44aa7579d95bc89991d085d0e32d21
parent7b5218ed30ebfa62d65d198d18d4c3c6ddd47e46 (diff)
downloadnextcloud-server-310762a1183520945ec5c44a95bfb40689d15e38.tar.gz
nextcloud-server-310762a1183520945ec5c44a95bfb40689d15e38.zip
Restructure config.sample.php of stable8.1
-rw-r--r--config/config.sample.php42
1 files changed, 21 insertions, 21 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index d6b2863ecf0..59433eb4b9b 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -61,12 +61,6 @@ $CONFIG = array(
'passwordsalt' => '',
/**
- * The hashing cost used by hashes generated by ownCloud
- * Using a higher value requires more time and CPU power to calculate the hashes
- */
-'hashingCost' => 10,
-
-/**
* Your list of trusted domains that users can log into. Specifying trusted
* domains prevents host header poisoning. Do not remove this, as it performs
* necessary security checks.
@@ -136,20 +130,6 @@ $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',
-),
-
-/**
- * sqlite3 journal mode can be specified using this config parameter - can be
- * 'WAL' or 'DELETE' see for more details https://www.sqlite.org/wal.html
- */
-'sqlite.journal_mode' => 'DELETE',
-
-/**
* Indicates whether the ownCloud instance was installed successfully; ``true``
* indicates a successful installation, and ``false`` indicates an unsuccessful
* installation.
@@ -900,6 +880,24 @@ $CONFIG = array(
),
/**
+ * All other config options
+ */
+
+/**
+ * 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',
+),
+
+/**
+ * sqlite3 journal mode can be specified using this config parameter - can be
+ * 'WAL' or 'DELETE' see for more details https://www.sqlite.org/wal.html
+ */
+'sqlite.journal_mode' => 'DELETE',
+
+/**
* Database types that are supported for installation.
*
* Available:
@@ -916,8 +914,10 @@ $CONFIG = array(
),
/**
- * All other config options
+ * The hashing cost used by hashes generated by ownCloud
+ * Using a higher value requires more time and CPU power to calculate the hashes
*/
+'hashingCost' => 10,
/**
* Blacklist a specific file or files and disallow the upload of files