Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritvars Zvejnieks committed May 30, 2023
1 parent 8029523 commit b83a4ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ return [
// Env var should be a comma-separated list of patterns.
// If both exclude and include are set, include takes precedence (exclude is ignored).
// DefaultProfileEnabler uses \Illuminate\Support\Str::is() to match patterns.
// Example: XHGUI_ROUTE_EXCLUDE=/ping,/users/*/profile/*
// Example: XHGUI_ROUTE_EXCLUDE=api/users/*/profile/*,api/ping
'include_routes' => env('XHGUI_ROUTE_INCLUDE', ''),
'exclude_routes' => env('XHGUI_ROUTE_EXCLUDE', ''),
],
Expand Down
2 changes: 1 addition & 1 deletion config/xhgui.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// Env var should be a comma-separated list of patterns.
// If both exclude and include are set, include takes precedence (exclude is ignored).
// DefaultProfileEnabler uses \Illuminate\Support\Str::is() to match patterns.
// Example: XHGUI_ROUTE_EXCLUDE=/ping,/users/*/profile/*
// Example: XHGUI_ROUTE_EXCLUDE=api/users/*/profile/*,api/ping
'include_routes' => env('XHGUI_ROUTE_INCLUDE', ''),
'exclude_routes' => env('XHGUI_ROUTE_EXCLUDE', ''),
],
Expand Down

0 comments on commit b83a4ef

Please sign in to comment.