'http://localhost:7860/rest.php', 'domain' => 'localhost', 'prefix' => 'localhost', ]; // Real Flow / StructuredDiscussions support. // Echo is a required dependency of StructuredDiscussions. wfLoadExtension( 'Echo' ); wfLoadExtension( 'MassMessage' ); wfLoadExtension( 'Gadgets' ); wfLoadExtension( 'SecurePoll' ); wfLoadExtension( 'Flow' ); // Match WMF-style Flow storage more closely by using Parsoid-backed HTML. $wgFlowContentFormat = 'html'; $wgFlowServerCompileTemplates = false; $wgScribuntoDefaultEngine = 'luastandalone'; $wgEnableEmail = false; $wgEnableUserEmail = false; $wgShowExceptionDetails = true; $wgShowDBErrorBacktrace = true; $wgDebugLogFile = false;