mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 05:13:26 +00:00
Merge branch 'master' into revamp
This commit is contained in:
@@ -36,7 +36,7 @@ window.__CONFIG__ = {
|
||||
- Type: `string`
|
||||
- Default: `""`
|
||||
|
||||
This is the **read** API key from TMDB to allow movie-web to search for media. [Get one by following our guide](../3.client/2.tmdb.md#getting-an-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="danger"}
|
||||
**Required. The client will not work properly if this is not configured.**
|
||||
@@ -48,7 +48,7 @@ This is the **read** API key from TMDB to allow movie-web to search for media. [
|
||||
- Default: `""`
|
||||
- Example: `"https://example1.example.com,https://example2.example.com"`
|
||||
|
||||
This is where you put proxy URLS, you must have at least one. [Get one by following our guide](../2.proxy/1.deploy.md#method-1---cloudflare-easy).
|
||||
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 with a comma, they will be load balanced using round robin method on the client.
|
||||
**Worker URL entries must not end with a slash.**
|
||||
|
Reference in New Issue
Block a user