|
|
| Linia 1: |
Linia 1: |
| ==111== | | ==111== |
| $wgForeignFileRepos[] = [
| | |
| 'class' => ForeignAPIRepo::class,
| |
| 'name' => 'commonswiki', // Must be a distinct name
| |
| 'apibase' => 'https://commons.wikimedia.org/w/api.php',
| |
| 'hashLevels' => 2,
| |
| 'fetchDescription' => true, // Optional
| |
| 'descriptionCacheExpiry' => 43200, // 12 hours, optional (values are seconds)
| |
| 'apiThumbCacheExpiry' => 86400, // 24 hours, optional, but required for local thumb caching
| |
| ];
| |
|
| |
|
| ==222== | | ==222== |