From 938e4ffeae1402985534e4bc8baf30d913b70e28 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sat, 10 Jan 2009 16:10:30 +0000 Subject: [PATCH] Update comments for $wgForeignFileRepos --- includes/DefaultSettings.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index c07978e864..e56713b44e 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -224,6 +224,10 @@ $wgFileStore['deleted']['hash'] = 3; ///< 3-level subdirectory split * equivalent to the corresponding member of $wgDBservers * tablePrefix Table prefix, the foreign wiki's $wgDBprefix * hasSharedCache True if the wiki's shared cache is accessible via the local $wgMemc + * + * ForeignAPIRepo: + * apibase Use for the foreign API's URL + * apiThumbCacheExpiry How long to locally cache thumbs for * * The default is to initialise these arrays from the MW<1.11 backwards compatible settings: * $wgUploadPath, $wgThumbnailScriptPath, $wgSharedUploadDirectory, etc. -- 2.20.1