mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
14 lines
360 B
Plaintext
14 lines
360 B
Plaintext
|
/*
|
||
|
* This is a sample configuration file.
|
||
|
*
|
||
|
* Copy this file to localsettings.js.
|
||
|
* Edit that file and change the URL below to your needs.
|
||
|
*
|
||
|
* See also the file ParserService.js for more information.
|
||
|
*/
|
||
|
|
||
|
exports.setup = function( config, env ) {
|
||
|
config.defaultInterwiki = 'localhost';
|
||
|
env.addInterwiki( 'localhost', 'http://localhost/mediawiki' );
|
||
|
};
|