Skip to content

Instantly share code, notes, and snippets.

@hashar
Created October 30, 2013 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hashar/7239800 to your computer and use it in GitHub Desktop.
Save hashar/7239800 to your computer and use it in GitHub Desktop.
CommonSettings.php for a hacker local MediaWiki install
<?php
$wgDebugDumpSql = false;
$wgAllowUserCss = true;
$wgDebugTimestamps = true;
#$wgDebugToolbar = true; # true: no file cache!
$wgDevelopmentWarnings = true;
$wgEnableJavaScriptTest = true;
$wgResourceLoaderDebug = true;
$wgShowExceptionDetails = true;
$wgImageMagickConvertCommand = '/usr/local/bin/convert';
$wgImageMagickIdentifyCommand = '/usr/local/bin/identify';
$wgUseImageMagick = true;
#$wgUseCategoryBrowser = true;
//$wgUseGzip = true;
//$wgUseFileCache = true;
$wgShowIPinHeader = true;
$wgDefaultUserOptions['rclimit'] = 10;
#$wgProfiler['class'] = 'Profiler';
$wgProfileCallTree = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment