Skip to content

Commit

Permalink
docs: README update
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Jan 10, 2025
1 parent 032368b commit 9c4f7af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -875,15 +875,15 @@ Excluded packs are not displayed in the packs component.
#### Disable Plugin
To disable the packs plugin, you can set the `DISABLE_PACKS_PLUGIN` environment variable to `true`. This will prevent
the plugin from running and fetching the packs data. The packs component will not display any data if the plugin is
disabled.
To disable the packs plugin, you can set the `DISABLE_PACKS_INTEGRATIONS` environment variable to `true`. This will
prevent the plugin from running and fetching the packs data. The packs component will not display any data if the plugin
is disabled.
```shell
export DISABLE_PACKS_PLUGIN=true
export DISABLE_PACKS_INTEGRATIONS=true
```
Settting the `DISABLE_PACKS_PLUGIN` environment variable to `true` will also have the following effects:
Settting the `DISABLE_PACKS_INTEGRATIONS` environment variable to `true` will also have the following effects:
- The PDE/App Mode Packs are still displayed.
- All production pack pages are added to the redirects file. This is to prevent broken URLs.
Expand Down

0 comments on commit 9c4f7af

Please sign in to comment.