mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 05:03:27 +00:00
Merge pull request #13 from Juneezee/fix-client-invalid-links
Fix invalid links in client configuration page
This commit is contained in:
@@ -28,7 +28,7 @@ window.__CONFIG__ = {
|
|||||||
|
|
||||||
### `VITE_TMDB_READ_API_KEY` - REQUIRED
|
### `VITE_TMDB_READ_API_KEY` - REQUIRED
|
||||||
|
|
||||||
This is the **read** API key from TMDB to allow movie-web to search for media. [Get one by following our guide](/self-hosting/client#tmdb-api-key).
|
This is the **read** API key from TMDB to allow movie-web to search for media. [Get one by following our guide](/client/tmdb).
|
||||||
|
|
||||||
::alert{type="warning"}
|
::alert{type="warning"}
|
||||||
:icon{name="material-symbols:warning-rounded"} The example will not work for you, get your own
|
:icon{name="material-symbols:warning-rounded"} The example will not work for you, get your own
|
||||||
@@ -37,7 +37,7 @@ Example: <code style="overflow-wrap: anywhere">VITE_TMDB_READ_API_KEY=eyJhbGciOi
|
|||||||
|
|
||||||
### `VITE_CORS_PROXY_URL` - REQUIRED
|
### `VITE_CORS_PROXY_URL` - REQUIRED
|
||||||
|
|
||||||
This is where you put proxy URLS, you must have at least one. [Get one by following our guide](/self-hosting/proxy#cloudflare-workers).
|
This is where you put proxy URLS, you must have at least one. [Get one by following our guide](/proxy/deploy).
|
||||||
|
|
||||||
You can add multiple workers by separating them by a comma, they will be load balanced using round robin method on the client.
|
You can add multiple workers by separating them by a comma, they will be load balanced using round robin method on the client.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user