Update comments for $wgForeignFileRepos
authorChad Horohoe <demon@users.mediawiki.org>
Sat, 10 Jan 2009 16:10:30 +0000 (16:10 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sat, 10 Jan 2009 16:10:30 +0000 (16:10 +0000)
includes/DefaultSettings.php

index c07978e..e56713b 100644 (file)
@@ -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.