Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -373,8 +373,12 @@ |
374 | 374 | * - apibase Use for the foreign API's URL |
375 | 375 | * - apiThumbCacheExpiry How long to locally cache thumbs for |
376 | 376 | * |
377 | | - * The default is to initialise these arrays from the MW<1.11 backwards compatible settings: |
378 | | - * $wgUploadPath, $wgThumbnailScriptPath, $wgSharedUploadDirectory, etc. |
| 377 | + * If you leave $wgLocalFileRepo set to false, Setup will fill in appropriate values. |
| 378 | + * Otherwise, set $wgLocalFileRepo to a repository structure as described above. |
| 379 | + * If you set $wgUseInstantCommons to true, it will add an entry for Commons. |
| 380 | + * If you set $wgForeignFileRepos to an array of repostory structures, those will |
| 381 | + * be searched after the local file repo. |
| 382 | + * Otherwise, you will only have access to local media files. |
379 | 383 | */ |
380 | 384 | $wgLocalFileRepo = false; |
381 | 385 | |