kart_

CXS

Dec 16th, 2014
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.55 KB | None | 0 0
  1. #CX
  2. require_once "$IP/extensions/ContentTranslation/ContentTranslation.php";
  3. #$wgContentTranslationServerURL = 'http://cxserver.wmflabs.org';
  4. $wgContentTranslationSiteTemplates['cx'] = 'http://localhost:8080';
  5. $GLOBALS['wgContentTranslationParsoid'] = array(
  6.          'url' => 'http://parsoid-lb.eqiad.wikimedia.org',
  7.          'timeout' => 10000 * 1000, // Parsoid timeout in milliseconds
  8.          'prefix' => 'enwiki',
  9. );
  10. $GLOBALS['wgContentTranslationDatabase'] = 'contenttranslation';
  11. $GLOBALS['wgContentTranslationExperimentalFeatures'] = false;
Advertisement
Add Comment
Please, Sign In to add comment