Dr0ptp4kt has uploaded a new change for review.

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


Change subject: Pointing localsettings.js.example's API URL at a more common 
path.
......................................................................

Pointing localsettings.js.example's API URL at a more common path.

Change-Id: Ie957406f9ae1d4650d858895087182a752959e8b
---
M js/api/localsettings.js.example
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Parsoid 
refs/changes/88/65288/1

diff --git a/js/api/localsettings.js.example b/js/api/localsettings.js.example
index 98a206f..988b3d9 100644
--- a/js/api/localsettings.js.example
+++ b/js/api/localsettings.js.example
@@ -8,7 +8,7 @@
 
 exports.setup = function( parsoidConfig ) {
        // The URL here is supposed to be your MediaWiki installation root
-       parsoidConfig.setInterwiki( 'localhost', 
'http://localhost/wiki/api.php' );
+       parsoidConfig.setInterwiki( 'localhost', 'http://localhost/w/api.php' );
 
        // Use the PHP preprocessor to expand templates via the MW API (default 
true)
        //parsoidConfig.usePHPPreProcessor = false;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie957406f9ae1d4650d858895087182a752959e8b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Parsoid
Gerrit-Branch: master
Gerrit-Owner: Dr0ptp4kt <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to