Skip to content

Commit

Permalink
added ENV variable for the auth roles delimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
tkolzer committed Jun 20, 2024
1 parent e363475 commit 5b34366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,6 @@
'auth_roles_header' => env('AUTH_ROLES_HEADER', 'remote-groups'),
'auth_roles_http_header' => env('AUTH_ROLES_HTTP_HEADER', 'HTTP_REMOTE_GROUPS'),
'auth_roles_admin' => env('AUTH_ROLES_ADMIN', 'admin'),
'auth_roles_delimiter' => ',',
'auth_roles_delimiter' => env('AUTH_ROLES_DELIMITER', ','),

];

0 comments on commit 5b34366

Please sign in to comment.