From 981d2151556129542c6096da8cd96c71645c312a Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 11 Feb 2018 18:18:16 +0000 Subject: [PATCH] Tweaked some comments --- .env.example | 2 +- config/services.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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' => [