From: Chad Horohoe Date: Sat, 10 Jan 2009 16:10:30 +0000 (+0000) Subject: Update comments for $wgForeignFileRepos X-Git-Tag: 1.31.0-rc.0~43468 X-Git-Url: http://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=938e4ffeae1402985534e4bc8baf30d913b70e28;p=lhc%2Fweb%2Fwiklou.git Update comments for $wgForeignFileRepos --- 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.