diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 30deff4..a6af599 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -740,6 +740,17 @@ ]; /** + * Defines where the sync directory of your configuration lives. + * + * If your Drupal root is inside a subdirectory (such as, for example, 'docroot' + * or 'web'), you can put the configuration folder outside of the Drupal root + * subdirectory as an advanced security measure. + * + * @see https://www.drupal.org/docs/8/configuration-management/changing-the-storage-location-of-the-sync-directory + */ +# $config_directories[CONFIG_SYNC_DIRECTORY] = '../config/sync'; + +/** * Load local development override configuration, if available. * * Use settings.local.php to override variables on secondary (staging,