Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Sep 17, 2024
1 parent b9c1290 commit a513282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Almost all the configuration is done through environment variables. Here are the
6. `ENVBAR_WARNING_MESSAGE` - Allows you to set a warning message.
7. `ENVBAR_CLOSABLE_ENABLED` - If the close button should be displayed. Default is `true`.
8. `ENVBAR_CLOSABLE_TIMEOUT` - If after closing the bar, it should be displayed again after a certain time, in minutes. Default is `null`.
9. `ENVBAR_FOR_AUTHENTICATED_USERS_ENABLED` - If the bar should be displayed only for authenticated users. Default is `false`. Requires a Gate to be defined with `envbar::view` ability.
9. `ENVBAR_FOR_AUTHENTICATED_USERS_ENABLED` - If the bar should be displayed only for authenticated users. Default is `false`. Requires a Gate to be defined with `envbar::view` ability, [similar we do with Horizon](https://laravel.com/docs/11.x/horizon#dashboard-authorization), but with `envbar::view` ability.
10. `ENVBAR_FOR_AUTHENTICATED_USERS_GUARD` - The default guard to be used for authenticated users. Default is `web`.
11. `ENVBAR_ON_MOBILE` - If the bar should be displayed on mobile. Default is `false`.
12. `ENVBAR_PROVIDER` - The provider to be used for fetching the last release. Allowed: github, bitbucket, envoyer. Default is `null`.
Expand Down

0 comments on commit a513282

Please sign in to comment.