Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #CX
- require_once "$IP/extensions/ContentTranslation/ContentTranslation.php";
- #$wgContentTranslationServerURL = 'http://cxserver.wmflabs.org';
- $wgContentTranslationSiteTemplates['cx'] = 'http://localhost:8080';
- $GLOBALS['wgContentTranslationParsoid'] = array(
- 'url' => 'http://parsoid-lb.eqiad.wikimedia.org',
- 'timeout' => 10000 * 1000, // Parsoid timeout in milliseconds
- 'prefix' => 'enwiki',
- );
- $GLOBALS['wgContentTranslationDatabase'] = 'contenttranslation';
- $GLOBALS['wgContentTranslationExperimentalFeatures'] = false;
Advertisement
Add Comment
Please, Sign In to add comment