mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
add missing icon, fix name conventions
This commit is contained in:
@ -95,11 +95,11 @@ return [
|
||||
],
|
||||
|
||||
'gitlab' => [
|
||||
'client_id' => env('GITLAB_KEY'),
|
||||
'client_secret' => env('GITLAB_SECRET'),
|
||||
'redirect' => env('APP_URL') . '/login/service/gitlab/callback',
|
||||
'instance_uri' => env('GITLAB_INSTANCE_URI'), // needs only for GitLab self hosted
|
||||
'name' => 'Gitlab',
|
||||
'client_id' => env('GITLAB_APP_ID'),
|
||||
'client_secret' => env('GITLAB_APP_SECRET'),
|
||||
'redirect' => env('APP_URL') . '/login/service/gitlab/callback',
|
||||
'instance_uri' => env('GITLAB_BASE_URI'), // needs only for GitLab self hosted
|
||||
'name' => 'Gitlab',
|
||||
],
|
||||
|
||||
'ldap' => [
|
||||
|
Reference in New Issue
Block a user