Skip to content
Snippets Groups Projects
Commit dbbf91d1 authored by Aastha Mehta's avatar Aastha Mehta
Browse files

additonal debug configs (commented)

parent aa1c57ef
Branches master
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ $wgEnableWriteAPI=1;
$wgDBtype = "mysql";
$wgDBserver = "139.19.171.106";
$wgDBname = "wiktionary_db";
#$wgDBname = "mediawiki_db";
#$wgDBname = "simple_wiktionary_db";
$wgDBuser = "root";
$wgDBpassword = "passw0rd";
......@@ -155,6 +155,7 @@ $wgMaxArticleSize = 32 * 1024 * 1024;
#$wgShowExceptionDetails=1;
$wgUseFileCache = true; /* default: false */
#$wgUseFileCache = false; /* default: false */
#$wgUseGzip = true;
$wgFileCacheDirectory = "$IP/cache";
$wgJobRunRate=0;
......@@ -168,3 +169,10 @@ $wgSMEDebug=0;
$wgSMEDummyIP = "139.19.168.173";
$wgSMEDummyPort = 2231;
###TODO: disable before experiments
#$wgShowExceptionDetails = 1;
#$wgShowSQLErrors = true;
#$wgDebugDumpSql = true;
#$wgShowDBErrorBacktrace = true;
#$wgDBerrorLog = "/local/sme/mwdberr.log";
##$wgDebugLogFile = "/local/sme/mwdbglog.txt";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment