mirror of
https://github.com/sussy-code/docs.git
synced 2026-01-11 20:10:19 +00:00
Merge pull request #13 from Juneezee/fix-client-invalid-links
Fix invalid links in client configuration page
This commit is contained in:
commit
7735c44e59
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ window.__CONFIG__ = {
|
|||
|
||||
### `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"}
|
||||
: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
|
||||
|
||||
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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue