mediawiki-extensions-Visual.../api/localsettings.js.example
Catrope bc911bce9c Change addInterwiki to setInterwiki, the method name changed
Change-Id: Ibd255f41b686757378e349fdddbe6b60329d8070
2012-07-24 14:43:03 -07:00

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' );
};