Santhosh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/134565

Change subject: Make default wgContentTranslationServerURL match default 
cxserver port
......................................................................

Make default wgContentTranslationServerURL match default cxserver port

Change-Id: Ib10e46f0512aacbaf569bf6cbf722939d373476c
---
M ContentTranslation.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation 
refs/changes/65/134565/1

diff --git a/ContentTranslation.php b/ContentTranslation.php
index 567d104..2b92c38 100644
--- a/ContentTranslation.php
+++ b/ContentTranslation.php
@@ -45,7 +45,7 @@
 $GLOBALS['wgMessagesDirs']['ContentTranslation'] = "$dir/i18n";
 
 // Content translation server URL
-$GLOBALS['wgContentTranslationServerURL'] = 'http://localhost:8000';
+$GLOBALS['wgContentTranslationServerURL'] = 'http://localhost:8080';
 $GLOBALS['wgContentTranslationServerTimeout'] = 15;
 
 $GLOBALS['wgContentTranslationParsoid'] = array(

-- 
To view, visit https://gerrit.wikimedia.org/r/134565
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib10e46f0512aacbaf569bf6cbf722939d373476c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Santhosh <santhosh.thottin...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to