mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 05:23:27 +00:00
Update docs with 4.1.3
This commit is contained in:
@@ -92,6 +92,16 @@ Example: `VITE_DISALLOWED_IDS=series-123,movie-456`
|
||||
|
||||
Default: `""`
|
||||
|
||||
### `VITE_CDN_REPLACEMENTS`
|
||||
|
||||
Sometimes you want to proxy a CDN. This is how you can easily replace a cdn url with your own.
|
||||
|
||||
The format is `<beforeA>:<afterA>,<beforeB>:<afterB>,...`
|
||||
|
||||
Example: `VITE_CDN_REPLACEMENTS=google.com:exampe.com,123movies.com:flixhq.to`
|
||||
|
||||
Default: `""`
|
||||
|
||||
### `VITE_TURNSTILE_KEY`
|
||||
|
||||
The turnstile key for cloudflare captchas. It's used to authenticate request to proxy workers (or providers api).
|
||||
|
Reference in New Issue
Block a user