Skip to content

Commit

Permalink
[docs] Fix invalid default value in web renderer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
noituri authored Aug 29, 2024
1 parent 394b4b2 commit ce7953e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/api/renderers/web.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Before the web renderer can be used, you need to make sure that compositor with

## Environment variables

- `LIVE_COMPOSITOR_WEB_RENDERER_ENABLE` (default: `true`) - enables web rendering capabilities.
- `LIVE_COMPOSITOR_WEB_RENDERER_ENABLE` (default: `false`) - enables web rendering capabilities.
- `LIVE_COMPOSITOR_WEB_RENDERER_GPU_ENABLE` (default: `true`) - if enabled, websites are rendered on GPU. Otherwise, software based rendering is used.

:::tip
Expand Down

0 comments on commit ce7953e

Please sign in to comment.