diff --git a/core/default.settings.php b/core/default.settings.php index 7ea7d70..b6e9144 100644 --- a/core/default.settings.php +++ b/core/default.settings.php @@ -650,6 +650,19 @@ # $cookie_domain = '.example.com'; /** + * Active configuration settings. + * + * By default, the active configuration is stored in the database in the + * {config} table. To install Drupal with a different active configuration + * storage, you need to override the setting here, in addition to overriding + * the config.storage.active service definition in a module or profile. + * + * The 'bootstrap_config_storage' setting needs to be a callable that returns + * core.services.yml. + */ + # $settings['bootstrap_config_storage'] = array('Drupal\Core\Config\BootstrapConfigStorageFactory', 'getFileStorage'); + +/** * Configuration overrides. * * To globally override specific configuration values for this site,