mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Fix Cover Art Archive config showing in MediaWiki extension docs
This commit is contained in:
parent
dff11f76c8
commit
a3fc3e97af
2 changed files with 4 additions and 8 deletions
|
|
@ -17,11 +17,9 @@ This extension uses its own cache, separate from the MusicBrainz loader cache.
|
||||||
|
|
||||||
This extension can be configured using environment variables:
|
This extension can be configured using environment variables:
|
||||||
|
|
||||||
* **`COVER_ART_ARCHIVE_BASE_URL`**: The base URL at which to access to Cover Art
|
* **`MEDIAWIKI_CACHE_SIZE`**: The number of items to keep in the cache.
|
||||||
Archive API. Defaults to `http://coverartarchive.org/`.
|
|
||||||
* **`COVER_ART_ARCHIVE_CACHE_SIZE`**: The number of items to keep in the cache.
|
|
||||||
Defaults to `GRAPHBRAINZ_CACHE_SIZE` if defined, or `8192`.
|
Defaults to `GRAPHBRAINZ_CACHE_SIZE` if defined, or `8192`.
|
||||||
* **`COVER_ART_ARCHIVE_CACHE_TTL`**: The number of seconds to keep items in the
|
* **`MEDIAWIKI_CACHE_TTL`**: The number of seconds to keep items in the
|
||||||
cache. Defaults to `GRAPHBRAINZ_CACHE_TTL` if defined, or `86400000` (one day).
|
cache. Defaults to `GRAPHBRAINZ_CACHE_TTL` if defined, or `86400000` (one day).
|
||||||
|
|
||||||
[relationships]: https://musicbrainz.org/relationships
|
[relationships]: https://musicbrainz.org/relationships
|
||||||
|
|
|
||||||
|
|
@ -13,11 +13,9 @@ This extension uses its own cache, separate from the MusicBrainz loader cache.
|
||||||
|
|
||||||
This extension can be configured using environment variables:
|
This extension can be configured using environment variables:
|
||||||
|
|
||||||
* **`COVER_ART_ARCHIVE_BASE_URL`**: The base URL at which to access to Cover Art
|
* **`MEDIAWIKI_CACHE_SIZE`**: The number of items to keep in the cache.
|
||||||
Archive API. Defaults to `http://coverartarchive.org/`.
|
|
||||||
* **`COVER_ART_ARCHIVE_CACHE_SIZE`**: The number of items to keep in the cache.
|
|
||||||
Defaults to `GRAPHBRAINZ_CACHE_SIZE` if defined, or `8192`.
|
Defaults to `GRAPHBRAINZ_CACHE_SIZE` if defined, or `8192`.
|
||||||
* **`COVER_ART_ARCHIVE_CACHE_TTL`**: The number of seconds to keep items in the
|
* **`MEDIAWIKI_CACHE_TTL`**: The number of seconds to keep items in the
|
||||||
cache. Defaults to `GRAPHBRAINZ_CACHE_TTL` if defined, or `86400000` (one day).
|
cache. Defaults to `GRAPHBRAINZ_CACHE_TTL` if defined, or `86400000` (one day).
|
||||||
|
|
||||||
[relationships]: https://musicbrainz.org/relationships
|
[relationships]: https://musicbrainz.org/relationships
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue