diff --git a/.env.example b/.env.example index 86f99f30f..80afb6274 100644 --- a/.env.example +++ b/.env.example @@ -55,7 +55,7 @@ GITLAB_APP_ID=false GITLAB_APP_SECRET=false GITLAB_BASE_URI=false -# External services such as Gravatar +# External services such as Gravatar and Draw.IO DISABLE_EXTERNAL_SERVICES=false # LDAP Settings diff --git a/config/services.php b/config/services.php index 8b602a5d5..825b1f109 100644 --- a/config/services.php +++ b/config/services.php @@ -98,8 +98,8 @@ return [ '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', + 'instance_uri' => env('GITLAB_BASE_URI'), // Needed only for self hosted instances + 'name' => 'GitLab', ], 'twitch' => [