Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
5f6e731c
Commit
5f6e731c
authored
Feb 04, 2014
by
jhodgdon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2179753
by Sutharsan: Reword settings overrides docs in default.settings.php
parent
b9de0424
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
sites/default/default.settings.php
sites/default/default.settings.php
+4
-5
No files found.
sites/default/default.settings.php
View file @
5f6e731c
...
...
@@ -256,12 +256,11 @@
/**
* Settings:
*
* $settings contains configuration that can not be saved in the configuration
* system because it is required too early during bootstrap like the database
* information. It is also used for configuration that is specific for a given
* environment like reverse proxy settings
* $settings contains environment-specific configuration, such as the files
* directory and reverse proxy address, and temporary configuration, such as
* turning on Twig debugging and security overrides.
*
* @see
s
ettings
_
get()
* @see
\Drupal\Component\Utility\S
ettings
::
get()
*/
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment