mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 05:13:26 +00:00
Update configuration reference and add new changelogs to docs
This commit is contained in:
@@ -92,6 +92,14 @@ Example: `VITE_DISALLOWED_IDS=series-123,movie-456`
|
||||
|
||||
Default: `""`
|
||||
|
||||
### `VITE_TURNSTILE_KEY`
|
||||
|
||||
The turnstile key for cloudflare captchas. It's used to authenticate request to proxy workers (or providers api).
|
||||
|
||||
The proxy workers will need to be configured to accept these captcha tokens, otherwise it has no effect for security.
|
||||
|
||||
Example: `""`
|
||||
|
||||
## Config reference - Environment Variables Only
|
||||
::alert{type="danger"}
|
||||
:icon{name="material-symbols:warning-rounded"} These configuration keys are specific to environment variables, they **only** work as environment variables **set at build time**.
|
||||
@@ -125,3 +133,4 @@ when enabling you **must** also set `VITE_APP_DOMAIN`.
|
||||
`VITE_OPENSEARCH_ENABLED` must be set to `true` to be enabled. Anything else will be treated as turned off, it's case sensitive so `True` will also be disabled.
|
||||
|
||||
Example: `VITE_OPENSEARCH_ENABLED=true`
|
||||
|
||||
|
Reference in New Issue
Block a user