Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
05e658df
Commit
05e658df
authored
Mar 09, 2009
by
Dries
Browse files
- Patch
#394938
by Damien Tournoud: defailt to exist.
parent
22cef755
Changes
1
Hide whitespace changes
Inline
Side-by-side
sites/default/default.settings.php
View file @
05e658df
...
...
@@ -46,7 +46,7 @@
/**
* Database settings:
*
* The $databases array specifies the database connection or
* The $databases array specifies the database connection or
* connections that Drupal may use. Drupal is able to connect
* to multiple databases, including multiple types of databases,
* during the same request.
...
...
@@ -63,7 +63,7 @@
* 'port' => 3306,
* );
*
* The "driver" property indicates what Drupal database driver the
* The "driver" property indicates what Drupal database driver the
* connection should use. This is usually the same as the name of the
* database type, such as mysql or sqlite, but not always. The other
* properties will vary depending on the driver. For SQLite, you must
...
...
@@ -80,7 +80,7 @@
* A target database allows Drupal to try to send certain queries to a
* different database if it can but fall back to the default connection if not.
* That is useful for master/slave replication, as Drupal may try to connect
* to a slave server when appropriate and if one is not available will simply
* to a slave server when appropriate and if one is not available will simply
* fall back to the single master server.
*
* The general format for the $databases array is as follows:
...
...
@@ -232,7 +232,7 @@
*
* Remove the leading hash signs to enable.
*/
#
$conf = array(
$conf
=
array
(
# 'site_name' => 'My Drupal site',
# 'theme_default' => 'minnelli',
# 'anonymous' => 'Visitor',
...
...
@@ -273,7 +273,7 @@
* your web server spoofing the X-Forwarded-For headers.
*/
# 'reverse_proxy_addresses' => array('a.b.c.d', ...), // Leave the comma here.
#
);
);
/**
* String overrides:
...
...
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