Issue #2179753 by Sutharsan: Reword settings overrides docs in default.settings.php
parent
b9de0424f2
commit
5f6e731c2c
|
@ -256,12 +256,11 @@ $config_directories = array();
|
||||||
/**
|
/**
|
||||||
* Settings:
|
* Settings:
|
||||||
*
|
*
|
||||||
* $settings contains configuration that can not be saved in the configuration
|
* $settings contains environment-specific configuration, such as the files
|
||||||
* system because it is required too early during bootstrap like the database
|
* directory and reverse proxy address, and temporary configuration, such as
|
||||||
* information. It is also used for configuration that is specific for a given
|
* turning on Twig debugging and security overrides.
|
||||||
* environment like reverse proxy settings
|
|
||||||
*
|
*
|
||||||
* @see settings_get()
|
* @see \Drupal\Component\Utility\Settings::get()
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue