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
diff options
context:
space:
mode:
-rw-r--r--config/config.sample.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index e91452a0720..8f5b1a2cee3 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -92,13 +92,13 @@ $CONFIG = array(
* ``supportedDatabases``
*
* Available:
- * - sqlite (SQLite3)
+ * - sqlite3 (SQLite3)
* - mysql (MySQL/MariaDB)
* - pgsql (PostgreSQL)
*
- * Defaults to ``sqlite``
+ * Defaults to ``sqlite3``
*/
-'dbtype' => 'sqlite',
+'dbtype' => 'sqlite3',
/**
* Your host server name, for example ``localhost``, ``hostname``,