Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -224,6 +224,10 @@ |
225 | 225 | * equivalent to the corresponding member of $wgDBservers |
226 | 226 | * tablePrefix Table prefix, the foreign wiki's $wgDBprefix |
227 | 227 | * hasSharedCache True if the wiki's shared cache is accessible via the local $wgMemc |
| 228 | + * |
| 229 | + * ForeignAPIRepo: |
| 230 | + * apibase Use for the foreign API's URL |
| 231 | + * apiThumbCacheExpiry How long to locally cache thumbs for |
228 | 232 | * |
229 | 233 | * The default is to initialise these arrays from the MW<1.11 backwards compatible settings: |
230 | 234 | * $wgUploadPath, $wgThumbnailScriptPath, $wgSharedUploadDirectory, etc. |