Manual:$wgAllDBsAreLocalhost

From MediaWiki.org

Jump to: navigation, search
Database settings: $wgAllDBsAreLocalhost
Make all database connections secretly go to localhost.
Introduced in version: 1.13.0 (r32818)
Removed in version: still in use
Allowed Values: (boolean)
Default Value: false

Other settings: Alphabetical | By Function


[edit] Details

Make all database connections secretly go to localhost. Fool the load balancer thinking there is an arbitrarily large cluster of servers to connect to. Useful for debugging.