mediawiki-extensions-Visual.../api/localsettings.js.example

14 lines
360 B
Plaintext
Raw Normal View History

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