diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 1d11894..71e89fa 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -217,17 +217,20 @@ * Location of the site configuration files. * * By default, Drupal's active configuration is stored in the database. - * However, configuration import occurs using files. By default these are found - * in a randomly named directory under the default public files path. On install - * the directory is created in the default files directory. For enhanced - * security, you may set the path to a location outside your docroot. + * However, configuration import occurs using files. By default the staging + * directory is found in a randomly named directory under the default public + * files path. On install the directory is created in the default files + * directory. For enhanced security, you may set the path to a location outside + * your docroot. * * On install, Drupal will also set up an active configuration directory next * to the staging directory. The active directory is expected to be empty unless * you change the configuration system to use file storage for the active - * configuration. If you use files for the active configuration in production - * you may enhance your security by setting the path to the active configuration - * to a location outside your docroot. + * configuration. See below the active configuration settings documentation. + * + * If you use files for the active configuration in production you may enhance + * your security by setting the path to the active configuration to a location + * outside your docroot. * * Example: * @code