mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
bc911bce9c
Change-Id: Ibd255f41b686757378e349fdddbe6b60329d8070
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.setInterwiki( 'localhost', 'http://localhost/mediawiki' );
|
|
};
|