Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRealRancor <Fisch.666@gmx.de>2015-09-23 11:04:41 +0300
committerRealRancor <Fisch.666@gmx.de>2015-10-13 10:38:28 +0300
commitb2ae4cab52437d7b890517e6276fd743b55211eb (patch)
treecd10d050cc030cb89eb977cf3809bedaff9194b2 /config
parent1f146d678c115ba9e6894e5ee6f8f5f3978f0dd9 (diff)
Restructure config.sample.php of master
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php62
1 files changed, 31 insertions, 31 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 432569f12a9..743d76aae35 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -55,12 +55,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.
@@ -80,16 +74,6 @@ $CONFIG = array(
'datadirectory' => '/var/www/owncloud/data',
/**
- * Override where ownCloud stores temporary files. Useful in situations where
- * the system temporary directory is on a limited space ramdisk or is otherwise
- * restricted, or if external storages which do not support streaming are in
- * use.
- *
- * The web server user must have write access to this directory.
- */
-'tempdirectory' => '/tmp/owncloudtemp',
-
-/**
* The current version number of your ownCloud installation. This is set up
* during installation and update, so you shouldn't need to change it.
*/
@@ -140,20 +124,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.
@@ -975,6 +945,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:
@@ -991,8 +979,20 @@ $CONFIG = array(
),
/**
- * All other config options
+ * Override where ownCloud stores temporary files. Useful in situations where
+ * the system temporary directory is on a limited space ramdisk or is otherwise
+ * restricted, or if external storages which do not support streaming are in
+ * use.
+ *
+ * The web server user must have write access to this directory.
*/
+'tempdirectory' => '/tmp/owncloudtemp',
+
+/**
+ * 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