diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index 1a6d148..3bee137 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -220,6 +220,24 @@
 $databases = array();
 
 /**
+ * Default database settings:
+ *
+ * You can uncomment the following lines to configure a single MySQL database
+ * connection.
+ *
+ * $databases['default']['default'] = array(
+ *   'database' => '',
+ *   'username' => '',
+ *   'password' => '',
+ *   'prefix' => '',
+ *   'host' => 'localhost',
+ *   'port' => '3306',
+ *   'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
+ *   'driver' => 'mysql',
+ * );
+ */
+
+/**
  * Location of the site configuration files.
  *
  * The $config_directories array specifies the location of file system
