1
0
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:
Jozef Balún
2018-02-01 18:26:19 +01:00
parent 8b125be8f6
commit 194bb0f042
3 changed files with 9 additions and 8 deletions

View File

@ -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' => [